-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
@bukhaaaa - I think it'd fair to say that the cmdlet works (as you stated) but there might still be something different on your 3rd server? I'll be moving this to the discussions for wider inputs. |
Beta Was this translation helpful? Give feedback.
-
@TheOnlySharePointGuy Yes, there were a couple things at play:
Then ensure TLS1.2 is being used for PowerShell. Some helpful links: |
Beta Was this translation helpful? Give feedback.
@TheOnlySharePointGuy Yes, there were a couple things at play:
• TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
• TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
• TLS_DHE_RSA_WITH_AES_256_GCM_SHA384
• TLS_DHE_RSA_WITH_AES_128_GCM_SHA256
Then ensure TLS1.2 is being used for PowerShell.
Some h…