Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

...

...

...

Tip

Open a Windows PowerShell session as administrator.

...

  1. Configure the station to receive remote commands:

...

  1. No Format
    Enable-PSRemoting –Force

...

...


  1. Enable Credential Security Service Provider (CREDSSP) authentication on the local server:

...

  1. No Format
    Enable-WSManCredSSP –Role Server

...

...

  1. Increase the maximum number of PS shells per user to 25

...

  1. :

    No Format
    winrm set winrm/config/winrs '@{MaxShellsPerUser="25"}'

...

  1. Increase the max memory per shell to 600MB:

    No Format
    winrm set winrm/config/winrs '@{MaxMemoryPerShellMB="600"}'

...

 

  1. Return all users who have the SharePoint_Shell_Access role:

    No Format

...

  1. Get-SPShellAdmin

...

  1. Highlight

    If the desired user is not listed, you can add a specified service account to the SharePoint_Shell_Access role for a given database:

    Note

    Replace Domain\Username with the desired user and ContentDatabaseName with the desired content database.

    No Format
    Enter Add-SPShellAdmin -UserName Domain\Username -Database (Get-SPContentDatabase -Identity “ContentDatabaseName”)

...

Replace ContentDatabaseName with the desired Content Database

...

  1.   
    Info
    You will need to run this command for all content databases for the user(s) who need access.

...

  1. Highlight
    To grant access to all Content Databases

...

  1. :

    No Format
    Get-SPDatabase | Add-SPShellAdmin DOMAIN\UserName

...

  1. Return all users who have the SharePoint_Shell_Access role and confirm the desired user is now listed:

...

  1. No Format
    Get-SPShellAdmin

    Anchor
    Step7

...

  1. Step7

...

  1. Open the permissions dialog box and enter:

    No Format

...

  1.  Set-PSSessionConfiguration -Name Microsoft.PowerShell32 –ShowSecurityDescriptorUI

...


  1. Add the desired user(s) and ensure they have Read and Execute permissions.

  2. Click OK to save the changes

...

  1. .

  2. Once the server requirements have been met, please

...

  1. review the Client Requirements

...

  1. .

...

 

...