Skip to content

Commit 4ff0e14

Browse files
authored
Merge branch 'master' into fix/2436-links
2 parents 1633717 + 8c6a866 commit 4ff0e14

File tree

3 files changed

+21
-15
lines changed

3 files changed

+21
-15
lines changed

docset/winserver2016-ps/tls/Get-TlsCipherSuite.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ title: Get-TlsCipherSuite
1111
# Get-TlsCipherSuite
1212

1313
## SYNOPSIS
14-
Gets the list of cipher suites for TLS for a computer.
14+
Gets the TLS cipher suites for a computer.
1515

1616
## SYNTAX
1717

@@ -20,7 +20,7 @@ Get-TlsCipherSuite [[-Name] <String>] [<CommonParameters>]
2020
```
2121

2222
## DESCRIPTION
23-
The **Get-TlsCipherSuite** cmdlet gets the ordered list of cipher suites for a computer that Transport Layer Security (TLS) can use.
23+
The **Get-TlsCipherSuite** cmdlet gets an ordered collection of cipher suites for a computer that Transport Layer Security (TLS) can use.
2424

2525
For more information about the TLS cipher suites, see the documentation for the Enable-TlsCipherSuite cmdlet or type `Get-Help Enable-TlsCipherSuite`.
2626

@@ -99,15 +99,18 @@ Name : TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
9999
Protocols : {771, 65277}
100100
```
101101

102-
This command gets all the cipher suites that have names that contain the string AES.
103-
The output includes a field for the TLS/SSL protocols supported by the cipher. See [Cipher Suites in TLS/SSL (Schannel SSP)](https://docs.microsoft.com/windows/desktop/secauthn/cipher-suites-in-schannel) for more information.
102+
This command gets all the cipher suites that have names that contain the string `AES`.
103+
Note that the name match is case sensitive and this command returns no output for the name `aes`.
104+
The output includes a field for the TLS/SSL protocols supported by the cipher.
105+
See [Cipher Suites in TLS/SSL (Schannel SSP)](/windows/desktop/secauthn/cipher-suites-in-schannel) for more information.
104106

105107

106108
## PARAMETERS
107109

108110
### -Name
109111
Specifies the name of the TLS cipher suite to get.
110112
The cmdlet gets cipher suites that match the string that this cmdlet specifies, so you can specify a partial name.
113+
Note that the name match is case sensitive and this command returns no output for the name `aes`.
111114

112115
```yaml
113116
Type: String

docset/winserver2019-ps/tls/Get-TlsCipherSuite.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ title: Get-TlsCipherSuite
1111
# Get-TlsCipherSuite
1212

1313
## SYNOPSIS
14-
Gets the list of cipher suites for TLS for a computer.
14+
Gets the TLS cipher suites for a computer.
1515

1616
## SYNTAX
1717

@@ -20,7 +20,7 @@ Get-TlsCipherSuite [[-Name] <String>] [<CommonParameters>]
2020
```
2121

2222
## DESCRIPTION
23-
The **Get-TlsCipherSuite** cmdlet gets the ordered list of cipher suites for a computer that Transport Layer Security (TLS) can use.
23+
The **Get-TlsCipherSuite** cmdlet gets an ordered collection of cipher suites for a computer that Transport Layer Security (TLS) can use.
2424

2525
For more information about the TLS cipher suites, see the documentation for the Enable-TlsCipherSuite cmdlet or type `Get-Help Enable-TlsCipherSuite`.
2626

@@ -99,15 +99,17 @@ Name : TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
9999
Protocols : {771, 65277}
100100
```
101101

102-
This command gets all the cipher suites that have names that contain the string AES.
103-
The output includes a field for the TLS/SSL protocols supported by the cipher. See [Cipher Suites in TLS/SSL (Schannel SSP)](https://docs.microsoft.com/windows/desktop/secauthn/cipher-suites-in-schannel) for more information.
102+
This command gets all the cipher suites that have names that contain the string `AES`.
103+
Note that the name match is case sensitive and this command returns no output for the name `aes`.
104+
The output includes a field for the TLS/SSL protocols supported by the cipher. See [Cipher Suites in TLS/SSL (Schannel SSP)](/windows/desktop/secauthn/cipher-suites-in-schannel) for more information.
104105

105106

106107
## PARAMETERS
107108

108109
### -Name
109110
Specifies the name of the TLS cipher suite to get.
110-
The cmdlet gets cipher suites that match the string that this cmdlet specifies, so you can specify a partial name.
111+
The cmdlet gets cipher suites that match the string that this parameter specifies, so you can specify a partial name.
112+
The name match is case sensitive.
111113

112114
```yaml
113115
Type: String
@@ -135,4 +137,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
135137
[Disable-TlsCipherSuite](./Disable-TlsCipherSuite.md)
136138
137139
[Enable-TlsCipherSuite](./Enable-TlsCipherSuite.md)
138-

docset/winserver2022-ps/tls/Get-TlsCipherSuite.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ title: Get-TlsCipherSuite
1111
# Get-TlsCipherSuite
1212

1313
## SYNOPSIS
14-
Gets the list of cipher suites for TLS for a computer.
14+
Gets the TLS cipher suites for a computer.
1515

1616
## SYNTAX
1717

@@ -20,7 +20,7 @@ Get-TlsCipherSuite [[-Name] <String>] [<CommonParameters>]
2020
```
2121

2222
## DESCRIPTION
23-
The **Get-TlsCipherSuite** cmdlet gets the ordered list of cipher suites for a computer that Transport Layer Security (TLS) can use.
23+
The **Get-TlsCipherSuite** cmdlet gets an ordered collection of cipher suites for a computer that Transport Layer Security (TLS) can use.
2424

2525
For more information about the TLS cipher suites, see the documentation for the Enable-TlsCipherSuite cmdlet or type `Get-Help Enable-TlsCipherSuite`.
2626

@@ -99,15 +99,18 @@ Name : TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
9999
Protocols : {771, 65277}
100100
```
101101

102-
This command gets all the cipher suites that have names that contain the string AES.
103-
The output includes a field for the TLS/SSL protocols supported by the cipher. See [Cipher Suites in TLS/SSL (Schannel SSP)](https://docs.microsoft.com/windows/desktop/secauthn/cipher-suites-in-schannel) for more information.
102+
This command gets all the cipher suites that have names that contain the string `AES`.
103+
Note that the name match is case sensitive and this command returns no output for the name `aes`.
104+
The output includes a field for the TLS/SSL protocols supported by the cipher.
105+
See [Cipher Suites in TLS/SSL (Schannel SSP)](/windows/desktop/secauthn/cipher-suites-in-schannel) for more information.
104106

105107

106108
## PARAMETERS
107109

108110
### -Name
109111
Specifies the name of the TLS cipher suite to get.
110112
The cmdlet gets cipher suites that match the string that this cmdlet specifies, so you can specify a partial name.
113+
The name match is case sensitive.
111114

112115
```yaml
113116
Type: String
@@ -135,4 +138,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
135138
[Disable-TlsCipherSuite](./Disable-TlsCipherSuite.md)
136139
137140
[Enable-TlsCipherSuite](./Enable-TlsCipherSuite.md)
138-

0 commit comments

Comments
 (0)