ADM for SSL / TLS / Cipher / Hashes

ADM for SSL / TLS / Cipher / Hashes The following settings are possible: Protocols: Unified Hello activate/deactivate PCT 1.0 GPO activate/deactivate SSL 2.0 activate/deactivate SSL 3.0 activate/deactivate TLS 1.0 activate/deactivate TLS 1.1 activate/deactivate TLS 1.2 activate/deactivate Cipher: NULL activate/deactivate DES 56/56 activate/deactivate RC2 40/128 activate/deactivate RC2 56/128 activate/deactivate RC4 40/128 activate/deactivate RC4 56/128 activate/deactivate RC4 ... Read more

Tip: Find faulty GPO using the ID

Sometimes there are errors in the event log on clients or servers that indicate faulty group policies (GPOs). Unfortunately, only the ID of the GPO is displayed in the event log, so it can take some time to search for the corresponding GPO: The work can be made easier with PowerShell and the ActiveDirectory PowerShell SnapIns get-gpo -all | ... Read more