Powershell CREDSSP and TLS 1.2
问题 Server A is Server 2008 R2, Powershell V3 All SSL and TLS enabled and all Ciphers. Server B is Server 2016, Powershell V5 and Only TlS 1.2 and specific set of Ciphers. I cannot get Credssp authentication to work from A to B, even if I use Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 i am aware this is a per Session setting so I included in the script itself. If I set Server B (Server 2016) to turn on all SSL and TLS encryption, CREDSSP works no problem. And