Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
ds-utils
1.5.5
public/Set-TLS12.ps1
function
Set-TLS12
{
[Net.ServicePointManager]
::
SecurityProtocol
=
[Net.SecurityProtocolType]
::
Tls12
[Net.ServicePointManager]
::
SecurityProtocol
}