File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docset/winserver2019-ps/tls Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
2525For more information about the TLS cipher suites, see the documentation for the Enable-TlsCipherSuite cmdlet or type ` Get-Help Enable-TlsCipherSuite ` .
2626
You can’t perform that action at this time.
0 commit comments