Powershell remoting – Policy does not allow the delegation of user credentials
Do the following on the server: Enable-WSManCredSSP -Role Server Do the following on the client: set-item wsman:localhost\client\trustedhosts -value * Enable-WSManCredSSP -Role Client –DelegateComputer * Use gpedit.msc on the client to enable Delegating Fresh Credentials to WSMAN/*: Expand Local Computer Policy, expand Computer Configuration, expand Administrative Templates, expand System, and then click Credential Delegation. In the … Read more