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?