How to Delete User From SharePoint Site using pnp-PowerShell

#Download https://github.com/SharePoint/PnP-Pow... #This is the Command to Connect to you Site Connect-PnPOnline –Url is the Command to Delete user from any Group in that Site Remove-PnPUserFromGroup -LoginName "i:0#.f|membership|Applicant_1@contoso.sharepoint.com" -GroupName 'Functional Manager' it may help you. powershell save credentials of user in Credential Manager in Control panel for user ease.

Video Owner : Knowledge - Craft - Truthful 2017

Post a Comment

0 Comments