Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docset/winserver2016-ps/tls/Enable-TlsCipherSuite.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Enable-TlsCipherSuite [[-Position] <UInt32>] [-Name] <String> [-WhatIf] [-Confir

## DESCRIPTION
The **Enable-TlsCipherSuite** cmdlet enables a cipher suite.
This cmdlet adds the cipher suite to the list of Transport Layer Security (TLS) protocol cipher suites for the computer.
If you do not specify a position in the list, this cmdlet adds it at the lowest position.
This cmdlet adds the cipher suite to the list of Transport Layer Security (TLS) protocol cipher suites for the computer.
If you do not specify a position in the list, this cmdlet adds it at the lowest position. No restart is required for changes to take effect.

If a cipher suite is not enabled for TLS based secure channel (Schannel) registry settings, then the cipher suite is not used.

Expand Down
2 changes: 1 addition & 1 deletion docset/winserver2019-ps/tls/Enable-TlsCipherSuite.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Enable-TlsCipherSuite [[-Position] <UInt32>] [-Name] <String> [-WhatIf] [-Confir
## DESCRIPTION
The **Enable-TlsCipherSuite** cmdlet enables a cipher suite.
This cmdlet adds the cipher suite to the list of Transport Layer Security (TLS) protocol cipher suites for the computer.
If you do not specify a position in the list, this cmdlet adds it at the lowest position.
If you do not specify a position in the list, this cmdlet adds it at the lowest position. No restart is required for changes to take effect.

If a cipher suite is not enabled for TLS based secure channel (Schannel) registry settings, then the cipher suite is not used.

Expand Down
2 changes: 1 addition & 1 deletion docset/winserver2022-ps/tls/Enable-TlsCipherSuite.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Enable-TlsCipherSuite [[-Position] <UInt32>] [-Name] <String> [-WhatIf] [-Confir
## DESCRIPTION
The **Enable-TlsCipherSuite** cmdlet enables a cipher suite.
This cmdlet adds the cipher suite to the list of Transport Layer Security (TLS) protocol cipher suites for the computer.
If you do not specify a position in the list, this cmdlet adds it at the lowest position.
If you do not specify a position in the list, this cmdlet adds it at the lowest position. No restart is required for changes to take effect.

If a cipher suite is not enabled for TLS based secure channel (Schannel) registry settings, then the cipher suite is not used.

Expand Down