pdqcom / PowerShell-Scanners

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

Updated default to OS Default. Added TLS1.0 #97

Closed ClaytonMurphy closed 1 year ago

ClaytonMurphy commented 1 year ago

Changed the default result when no registry changes exist from "True" to "OS Default" for accuracy.

Added TLS 1.0 support.

IIS Crypto uses hex values in place of "1" for enabled status so I added an or to account for the hex value.

AndrewPla commented 1 year ago

It looks like you changed the property into text, rather than boolean. It also looks like you have added the "OS Default" for the values that aren't the same on all OS versions. Rather than output text containing True, False, and OS Default, I think we should use Enabled, Disabled, and OS Default

https://learn.microsoft.com/en-us/windows/win32/secauthn/protocols-in-tls-ssl--schannel-ssp- has a list of all the defaults. Should we add a link to that in the readme for this scanner?