Possible Reasons
Solutions
Note:
In case of your Remote machine (SharePoint Server machine) and Client machine (SharePoint Manager Plus installed machine) being in different domains, run the below commands in the client machine, opening the PowerShell as administrator,
- Enable-PSRemoting -Force
- Set-Item WsMan:\localhost\client\trustedhosts - Value [FullyQualifiedDomainName of the remote machine] -Concatenate -Force
- Restart-Service WinRM
Possible Reasons
Solutions
Enable-PSRemoting -Force
Enable-WSManCredSSP -Role Server -Force
Enable-PSRemoting -Force
Enable-WSManCredSSP -Role Client -DelegateComputer
[FullyQualifiedDomainName of the Remote machine] -Force
Note:
In case of your Remote machine (SharePoint Server machine) and Client machine (SharePoint Manager Plus installed machine) being in different domains, run the below commands in the client machine, opening the PowerShell as administrator, (Ignore this if you had already done this step)
- Enable-PSRemoting -Force
- Set-Item WsMan:\localhost\client\trustedhosts - Value [FullyQualifiedDomainName of the remote machine] -Concatenate -Force
- Restart-Service WinRM
Possible Reasons
Solutions
Run the below commands in Client machine's PowerShell as administrator,
- Enable-PSRemoting -Force
- Set-Item WsMan:\localhost\client\trustedhosts - Value [FullyQualifiedDomainName of the remote machine] -Concatenate -Force
- Restart-Service WinRM
Run the below command in Remote machine's PowerShell as administrator,
Enable-PSRemoting -Force
SharePoint Manager Plus needs the PowerShell version 2 or above to work. Upgrade your PowerShell version.