SecOps-Powershell-CISDSC icon indicating copy to clipboard operation
SecOps-Powershell-CISDSC copied to clipboard

Powershell DSC resources for CIS benchmarks

Results 14 SecOps-Powershell-CISDSC issues
Sort by recently updated
recently updated
newest added

## 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 =...

good to go
Stale

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)'...

Stale

Before merging the Win 11 Resource we need to add errors for when keys are missing from dictionaries in CISDSCResourceGeneration.psm1

enhancement
blocker
Stale

**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...

documentation
good to go
leeroy jenkins