Hi there
Is there any PowerShell that can read from a CSV file and create SharePoint groups and add members? CSV file looks like this:
Users, SharePointGroupName
John@contoso.com, Group 1
John@contoso.com, Group 2
John@contoso.com, Group 3
Mary@contoso.com, Group 1
Mary@contoso.com, Group 4
Peter@contoso.com, Group 3
Peter@contoso.com, Group 4
Peter@contoso.com, Group 5
and so on...
Thank you.

