Skip to content

Instantly share code, notes, and snippets.

@lazywinadmin
Created March 26, 2019 01:26
Show Gist options
  • Save lazywinadmin/281f61ec367aa9502085b5ecb7747a18 to your computer and use it in GitHub Desktop.
Save lazywinadmin/281f61ec367aa9502085b5ecb7747a18 to your computer and use it in GitHub Desktop.
Get the list of event for a Meetup.Com User Group
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