SharePoint On-Premises User Permissions Requirements
This article lists all user privileges needed to retrieve SharePoint farm settings with SPDocKit Snapshot Wizard or SPDocKit PowerShell module.
Last updated
Was this helpful?
This article lists all user privileges needed to retrieve SharePoint farm settings with SPDocKit Snapshot Wizard or SPDocKit PowerShell module.
Last updated
Was this helpful?
To run SPDocKit Snapshot Wizard or SPDocKit PowerShell module and to retrieve all SharePoint settings you want to document, the user running SPDocKit Snapshot Wizard or SPDocKit PowerShell module needs to have proper privileges. Here is the list of required privileges to load SharePoint farm settings:
Local Administrators and WSS_ADMIN_WPG group member on every machine in the SharePoint farm. Required to retrieve list of installed applications on farm servers.
SharePoint farm administrator. Required to retrieve SharePoint farm settings.
Member of SharePoint_Shell_Access role on SharePoint Server databases. Required to retrieve particular SharePoint farm properties via PowerShell.
needed to retrieve additional server configuration data (RAM, processors, disk space…) and SQL Server configuration information for DB servers.
needed to retrieve Search service application configuration data (content sources, crawl rules, managed properties, search topologies...).
needed to retrieve User Profile service application configuration data (Synchronization Connections, MySite Settings, Audiences, User Profile Properties...).
Here is how you can give user these privileges:
On the server, click Start, right-click Computer, and then click Manage.
Navigate to Configuration, expand Local Users and Group and then click Groups.
Right-click the Administrators group, and then click Add to Group.
In the Administrators Properties dialog box, click Add.
In the Select User, Computers, or Groups dialog box, in the Enter the object names to select box, type the account name on which you want your worker process to run (for example, Domain\YourAccount), and then click OK.
In the Administrators dialog box, click OK.
Close the Server Manager screen.
Open SharePoint Central Administration.
Navigate to Security > Manage the farm administrators group.
Use the New button to add users to this group.
Open SharePoint Management Shell.
If you want to grant PowerShell shell access to all content databases, download: Configure-SPShellAdmin.ps1
Please note! The cmdlet Add-SPShellAdmin is going to apply to all current SharePoint databases. If more SharePoint databases are added in the future, you might have to re-run the cmdlet again.
Type the following PowerShell command: <Add-SPShellAdmin -UserName DOMAIN\YourAccount>
If you want to grant PowerShell shell access to a single database for more details.
The cmdlet might fail in some environments; please for further assistance.