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:
$TLS12Protocol = [System.Net.SecurityProtocolType] 'Ssl3 , Tls12'
[System.Net.ServicePointManager]::SecurityProtocol = $TLS12Protocol
Related Articles
TeraMind (Public)
1. What is monitored? a. Windows applications windows titles i. Not the content, only window titles to determine the application class; e.g. Productive / Non-Productive ...
MFA Setup for Users
Your default Sign-In method should be configured to push notifications, to ensure that you are prompted to sign-in using push notifications: Visit https://aka.ms/mysecurityinfo Select Default sign-in method > Change> Authenticator – notification ...