Removing user from site using PowerShell
Remove-SPUser command is used to remove user from the site.
Remove-SPUser $useraccount -web $web -confirm:$false;
Remove-SPUser $useraccount -web $web -confirm:$false;
Labels: SharePoint 2010
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home