Tuesday, July 23, 2013

Checking and granting ShellAdmin rights

You can check which users has enough permissions by running:

Get-SPShellAdmin

If your current user doesn't have enough permissions you can grant ShellAdmin rights by running:

Add-SPShellAdmin -UserName <domain>\<username> -database <DB Name>

See these pages for more information:

No comments:

Post a Comment