SecOps-Powershell-CISDSC
SecOps-Powershell-CISDSC copied to clipboard
Powershell DSC resources for CIS benchmarks
Add a Warning/Error for items that are not SecurityOptionsSettings and are not AccountPolicySettings
## Context The main challenge in #267 was due to an unclear error state when this `if/if else` block hits neither expected path: ```powershell if($script:SecurityOptionSettings.ContainsKey($Key)){ $SecuritySetting = $script:SecurityOptionSettings[$key] $ResourceName =...
CISDSC.Tests does not pass, removed these tests temporarily to prioritize Win 11 resource deployment Describing Class: CISService Error: [-] Fails a running service 548ms (545ms|3ms) Message ServiceCommandException: Service 'McpManagementService (McpManagementService)'...
Before merging the Win 11 Resource we need to add errors for when keys are missing from dictionaries in CISDSCResourceGeneration.psm1
**Is your feature request related to a problem? Please describe.** Documentation correction. **Describe the solution you'd like** Our supported open source products all include a couple of lines in README...