v2.4.1
CISAzureBenchmark-PS v2.4.1
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
- Refresh the sample report and polish the README front section by @vegazbabz in #84
- Make elapsed-time console output locale-independent by @vegazbabz in #85
Full Changelog: v2.4.0...v2.4.1