Quantcast
Channel: PowerShell.org » All Posts
Viewing all articles
Browse latest Browse all 13067

Reply To: Get-Service -ComputerName in PSSession (require other privileges)

$
0
0

Hi

Thank you for your prompt answer. I tried the following, but still get the same error.

On SRV_A:
Set-Item WSMAN:\localhost\client\auth\credssp –value $true
Set-Item WSMAN:\localhost\service\auth\credssp –value $true
Enable-WSManCredSSP –Role Server

On MyComputer:
Set-Item WSMAN:\localhost\client\auth\credssp –value $true
Enable-WSManCredSSP –Role Client –Delegate SRV_A

As I’m not an expert in authentication mechanism, I’m a bit lost… What did I miss?


Viewing all articles
Browse latest Browse all 13067

Trending Articles