Introducing EntraComplianceAuditor: Compliance Auditing for Microsoft Entra
EntraComplianceAuditor helps you run repeatable Microsoft Entra compliance checks from PowerShell and turn findings into actionable remediation work.
Read more →Audit Microsoft Entra tenant configuration against compliance baselines from PowerShell.
EntraComplianceAuditor helps you assess Microsoft Entra configuration against security and compliance expectations. It is intended for administrators who want repeatable checks they can run from PowerShell in local workflows or CI/CD pipelines.
Install from the PowerShell Gallery:
# Install for current user
Install-Module -Name EntraComplianceAuditor -Scope CurrentUser
# Import
Import-Module EntraComplianceAuditor
Import-Module EntraComplianceAuditor
# Discover available commands
Get-Command -Module EntraComplianceAuditor
# Read command help with examples
Get-Help -Name (Get-Command -Module EntraComplianceAuditor | Select-Object -First 1).Name -Detailed
Contributions are welcome! See the GitHub repository for details.
EntraComplianceAuditor is released under the MIT License.