grolston / PowerStig

A module for parsing DISA XCCDF.XML Files for Windows Compliance with PowerShell DSC
9 stars 2 forks source link

Get-RegistryValueData fails on string values #10

Open clcaldwell opened 6 years ago

clcaldwell commented 6 years ago

Get-RegistryValueData ONLY works on either a Hex Value (which gets converted into decimal), or for single digit numbers, such as '1' or '0'.

It will fail for valid stuff such as 'Enabled', or '15'