pdqcom / PowerShell-Scanners

A community repository of PowerShell Scanners for PDQ Inventory.
MIT License
182 stars 74 forks source link

Property Enabled does not exist #92

Closed ClaytonMurphy closed 2 years ago

ClaytonMurphy commented 2 years ago

Observed on Server 2016. The registry value "Enabled" does not exist under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\SSL 2.0\Client, causing the script to return an error. Instead, the value under this key is "DisabledByDefault"

image

matthttam commented 2 years ago

I've rewritten this script and will do a pull request once I have time to test it the rest of the way.

AndrewPla commented 2 years ago

This is addressed in #93