Configure TLS 1.2 for current PowerShell session
Do the following steps to configure TLS 1.2 on your client. Run PowerShell as administrator. To set TLS 1.2 for the current PowerShell session, type: Azure PowerShellCopy $TLS12Protocol = [System.Net.SecurityProtocolType] 'Ssl3 , Tls12' ...