Tag: sharepoint 2010
-
Add a user to the SharePoint_Shell_Access role for all SharePoint 2010 content databases
In order to use Windows PowerShell for SharePoint 2010 Products, a user must be a member of the SharePoint_Shell_Access, and you can do that via Add-SPShellAdmin cmdlet. However if user needs to work with a lot of content databases then you need to repeat this procedure over and over. Here is a simple script that…