Forum Discussion
Mike_Moniz
5 years agoProfessor
You might also want to try add the following line near the top of the scripts. This causes PowerShell to use TLS 1.2 for connections.
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
Related Content
- 6 years ago
- 3 years ago
- 10 months ago