Skip to content

Latest commit

 

History

History
77 lines (56 loc) · 1.52 KB

Set-TLSVersion.md

File metadata and controls

77 lines (56 loc) · 1.52 KB
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

Set-TLSVersion

SYNOPSIS

Short script to set the Security Protocol

SYNTAX

Set-TLSVersion [-Version] <String> [-Registry] [<CommonParameters>]

DESCRIPTION

Using the .NET methods, the script sets the Security Protocol to the value passed by -Version parameter

EXAMPLES

EXAMPLE 1

Set-TLSVersion -Version Tls12

PARAMETERS

-Version

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

-Registry

Parameter description

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

Author: Paul Boyer Date: 4-14-21

RELATED LINKS

https://www.eshlomo.us/check-and-update-powershell-tls-version/