Skip to content

Commit 32e243e

Browse files
authored
Update Get-TlsCipherSuite.md
Fix URL pointer
1 parent 424ff53 commit 32e243e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ Protocols : {771, 65277}
101101

102102
This command gets all the cipher suites that have names that contain the string `AES`.
103103
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)](https://docs.microsoft.com/windows/desktop/secauthn/cipher-suites-in-schannel) for more information.
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.
105106

106107

107108
## PARAMETERS

0 commit comments

Comments
 (0)