Monday, May 30, 2011

Removing user from site using PowerShell

Remove-SPUser command is used to remove user from the site.


Remove-SPUser $useraccount -web $web -confirm:$false;

Labels:

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home