grolston / PowerStig

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

Modularize-Reg-Checks #2

Closed clcaldwell closed 6 years ago

clcaldwell commented 6 years ago

Modularized / created functions for all of the Registry checks.

Added logic to ensure you don't write blank data into the required fields in the DSC File.

Added -DisplayRules param to show which rules were sucessfully parsed and which were not.

Deleted 'New-DSCPolicyConfig' - you weren't actually using it, but it was causing you to output blank entries into the DSC file.

clcaldwell commented 6 years ago

Pulling this back - made some additional changes.