< Back
Set-SessionSecurityProtocol
Post
NAME Set-SessionSecurityProtocol
SYNOPSIS
Changes the session security protocol to TLS 1.2.
SYNTAX
Set-SessionSecurityProtocol [<CommonParameters>]
DESCRIPTION
Changes the session security protocol to TLS 1.2 for the current PowerShell session only.
PARAMETERS
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
None.
OUTPUTS
Security protocol for the current session.
-------------------------- EXAMPLE 1 --------------------------
C:\\PS>Set-SessionSecurityProtocol
RELATED LINKS
SYNOPSIS
Changes the session security protocol to TLS 1.2.
SYNTAX
Set-SessionSecurityProtocol [<CommonParameters>]
DESCRIPTION
Changes the session security protocol to TLS 1.2 for the current PowerShell session only.
PARAMETERS
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
None.
OUTPUTS
Security protocol for the current session.
-------------------------- EXAMPLE 1 --------------------------
C:\\PS>Set-SessionSecurityProtocol
RELATED LINKS