Created
March 26, 2019 01:26
-
-
Save lazywinadmin/281f61ec367aa9502085b5ecb7747a18 to your computer and use it in GitHub Desktop.
Get the list of event for a Meetup.Com User Group
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Import-Module MeetupPS | |
Get-MeetupEvent -GroupName FrenchPSUG -status past | | |
Select Name,local_date,link, yes_rsvp_count | | |
Export-csv "Meetup.com-FRPSUG$(Get-Date -format yyyyMMdd).csv" -notype -enco UTF8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment