Skip to content

Commit 411dfb3

Browse files
authored
Update Get-TlsCipherSuite.md
Minor updates and ensured consistency with 2016 and 2022 content.
1 parent d09d771 commit 411dfb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 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 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

0 commit comments

Comments
 (0)