当我连接RDP时出现此错误这可能是由于CredSSP加密oracle补救.
有关详细信息,请参阅https://go.microsoft.com/fwlink/?linkid=866660
怎么解决?
credssp
使用 PowerShell 远程处理(Invoke-Command例如使用 cmdlet)时,需要身份验证方案。
Invoke-Command
选项包括 Kerberos、CredSSP、NTLM 和 Negotiate。
它们之间有什么区别?我应该用什么?
authentication powershell ntlm powershell-remoting credssp
credssp ×2
authentication ×1
ntlm ×1
powershell ×1
powershell-remoting ×1