Forum Discussion
Vianne Greek
Jan 11, 2017Brass Contributor
Create a list of SharePoint Groups containing a specific member.
We've run into this a couple of times now. We have more than 300 SharePoint groups in our site collection. When we have staff turnover, we would like to remove that person from all the groups of whic...
Ali Salih
Jan 12, 2017Iron Contributor
You can use PnP-PowerShell cmdlets to help you achive this. Here is the link to the https://github.com/SharePoint/PnP-PowerShell/blob/master/Documentation/RemovePnPUserFromGroup.md cmdlet and https://github.com/SharePoint/PnP-PowerShell/blob/master/Documentation/GetPnPGroup.md cmdlet.