Get-TlsCipherSuite is not working in windows server 2012 R2 powershell . how to get list of cipher

Bilal Khan 101 Reputation points
2021-09-16T23:32:32.313+00:00

Get-TlsCipherSuite is not working in windows server 2012 R2 powershell . how to get list of cipher is there a possible way to disable weak cipher in registry with example please

Windows for business | Windows Server | User experience | PowerShell
Windows for business | Windows Server | User experience | Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. sok 11 Reputation points
    2021-09-17T10:39:30.667+00:00

    Hello,

    Cipher Suites are store in the following RegKey and through PS you can use:

    Get-ItemPropertyValue -Path HKLM:\SYSTEM\CurrentControlSet\Control\Cryptography\Configuration\Local\SSL\00010002 -Name Functions

    If you do any changes, DO TEST before !!!
    Otherwise you may lock your self out, if it's remote Box / VM.

    Get-TlsCipherSuite will work on Win10 / Server2016 or higher...

    2 people found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.