Author | external help file | Module Guid | Module Name | online version | schema |
---|---|---|---|---|---|
Paul Boyer |
psvault-Windows10-help.xml |
365380a9-8cef-470f-9396-9f684904d499 |
psvault-Windows10 |
2.0.0 |
Short script to set the Security Protocol
Set-TLSVersion [-Version] <String> [-Registry] [<CommonParameters>]
Using the .NET methods, the script sets the Security Protocol to the value passed by -Version parameter
Set-TLSVersion -Version Tls12
String for the Security Protocol that should be set
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Parameter description
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Author: Paul Boyer Date: 4-14-21
https://www.eshlomo.us/check-and-update-powershell-tls-version/