How To Check Cipher Suites In Windows Server Powershell?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use the Get-TlsCipherSuite PowerShell cmdlet to check the cipher suites in Windows Server. This cmdlet is available in Windows Server 2012 and later versions. To use the Get-TlsCipherSuite cmdlet, open a PowerShell window and type the following command:
Get-TlsCipherSuite
This command will list all the available cipher suites on the server, including information about each suite such as the name, protocol, key exchange algorithm, authentication algorithm, and encryption algorithm.