CISAzureBenchmark-PS v2.4.2
Benchmark: CIS Microsoft Azure Foundations Benchmark v6.0.0
Coverage: See README for current control coverage
Requirements
- PowerShell 7.0+
- Az PowerShell modules (installed automatically with
Install-Module)
Quick Start
Install-Module CISAzureFoundationsBenchmark -Scope CurrentUser
Connect-AzAccount
Invoke-CISAzureAudit -TenantId (Get-AzContext).Tenant.IdSee the README for full documentation.
What's Changed
- Point to AzureDemoEnvironment as an audit target by @vegazbabz in #86
- Document that control ids reference the benchmark PDF remediation page by @vegazbabz in #87
- Source the tool version from the manifest, fix locale-dependent report dates by @vegazbabz in #88
- Add README demo GIF, refresh the sample report and dashboard screenshot by @vegazbabz in #89
Full Changelog: v2.4.1...v2.4.2