From 4e185da13d8f1f96816d3d1137da050fddd74334 Mon Sep 17 00:00:00 2001 From: Borislav Velkov Date: Mon, 6 Sep 2021 16:51:18 +0300 Subject: [PATCH 1/2] Resolves #2538 Update cmdlet description https://github.com/MicrosoftDocs/windows-powershell-docs/issues/2538 --- docset/winserver2016-ps/tls/Enable-TlsCipherSuite.md | 4 ++-- docset/winserver2019-ps/tls/Enable-TlsCipherSuite.md | 2 +- docset/winserver2022-ps/tls/Enable-TlsCipherSuite.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docset/winserver2016-ps/tls/Enable-TlsCipherSuite.md b/docset/winserver2016-ps/tls/Enable-TlsCipherSuite.md index f468540f73..1a6d0b7e61 100644 --- a/docset/winserver2016-ps/tls/Enable-TlsCipherSuite.md +++ b/docset/winserver2016-ps/tls/Enable-TlsCipherSuite.md @@ -21,8 +21,8 @@ Enable-TlsCipherSuite [[-Position] ] [-Name] [-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 in order 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. diff --git a/docset/winserver2019-ps/tls/Enable-TlsCipherSuite.md b/docset/winserver2019-ps/tls/Enable-TlsCipherSuite.md index 0208095bf7..ef3e4c4325 100644 --- a/docset/winserver2019-ps/tls/Enable-TlsCipherSuite.md +++ b/docset/winserver2019-ps/tls/Enable-TlsCipherSuite.md @@ -22,7 +22,7 @@ Enable-TlsCipherSuite [[-Position] ] [-Name] [-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 in order 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. diff --git a/docset/winserver2022-ps/tls/Enable-TlsCipherSuite.md b/docset/winserver2022-ps/tls/Enable-TlsCipherSuite.md index e6b493cf22..f5eeebe0ab 100644 --- a/docset/winserver2022-ps/tls/Enable-TlsCipherSuite.md +++ b/docset/winserver2022-ps/tls/Enable-TlsCipherSuite.md @@ -22,7 +22,7 @@ Enable-TlsCipherSuite [[-Position] ] [-Name] [-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 in order 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. From b6ee177bd40b4fe8a8a8683f12cc8e225c6ea001 Mon Sep 17 00:00:00 2001 From: Borislav Velkov Date: Mon, 6 Sep 2021 22:10:03 +0300 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com> --- docset/winserver2016-ps/tls/Enable-TlsCipherSuite.md | 2 +- docset/winserver2019-ps/tls/Enable-TlsCipherSuite.md | 2 +- docset/winserver2022-ps/tls/Enable-TlsCipherSuite.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docset/winserver2016-ps/tls/Enable-TlsCipherSuite.md b/docset/winserver2016-ps/tls/Enable-TlsCipherSuite.md index 1a6d0b7e61..e7c05c20ea 100644 --- a/docset/winserver2016-ps/tls/Enable-TlsCipherSuite.md +++ b/docset/winserver2016-ps/tls/Enable-TlsCipherSuite.md @@ -22,7 +22,7 @@ Enable-TlsCipherSuite [[-Position] ] [-Name] [-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. No restart is required in order for changes to take effect. +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. diff --git a/docset/winserver2019-ps/tls/Enable-TlsCipherSuite.md b/docset/winserver2019-ps/tls/Enable-TlsCipherSuite.md index ef3e4c4325..fc089dbc92 100644 --- a/docset/winserver2019-ps/tls/Enable-TlsCipherSuite.md +++ b/docset/winserver2019-ps/tls/Enable-TlsCipherSuite.md @@ -22,7 +22,7 @@ Enable-TlsCipherSuite [[-Position] ] [-Name] [-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. No restart is required in order for changes to take effect. +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. diff --git a/docset/winserver2022-ps/tls/Enable-TlsCipherSuite.md b/docset/winserver2022-ps/tls/Enable-TlsCipherSuite.md index f5eeebe0ab..454e3ca18f 100644 --- a/docset/winserver2022-ps/tls/Enable-TlsCipherSuite.md +++ b/docset/winserver2022-ps/tls/Enable-TlsCipherSuite.md @@ -22,7 +22,7 @@ Enable-TlsCipherSuite [[-Position] ] [-Name] [-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. No restart is required in order for changes to take effect. +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.