Forum Discussion
riverazure
Mar 12, 2025Copper Contributor
Not able to turn on - Audit Logs Search
Dears, Can you please help me? I have an Azure Tenant which has my personal account (email address removed for privacy reasons) as its Onwer. Its the account with which I have created the Tenant. ...
Joe Stocker
Mar 15, 2025Bronze Contributor
Hey Pedro, it can take up to 60 minutes for auditing to fully activate. In some cases I have seen it take 24 hours. If the error is still happening, try these EXO PowerShell cmdlets below to check and enforce the status.
Get-AdminAuditLogConfig | Format-List UnifiedAuditLogIngestionEnabled
If UnifiedAuditLogIngestionEnabled shows False, auditing isn’t turned on. Enable it by running:
Set-AdminAuditLogConfig -UnifiedAuditLogIngestionEnabled $true