Forum Discussion
riverazure
Mar 11, 2025Tin Contributor
Audit Log 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. ...
MoritzG
Mar 14, 2025Iron Contributor
You could try to enable Audit Log Search using PowerShell:
Install and connect to Exchange Online PowerShell:
Install-Module ExchangeOnlineManagement
Import-Module ExchangeOnlineManagement
Connect-ExchangeOnline -UserPrincipalName email address removed for privacy reasons Check audit status:
Get-AdminAuditLogConfig | Format-List UnifiedAuditLogIngestionEnabled If disabled, enable it:
Set-AdminAuditLogConfig -UnifiedAuditLogIngestionEnabled $true
Wait up to 60 mins. Also, try clearing your browser cache or using another browser. If the issue persists, check the Microsoft 365 Service Health Dashboard.
After that idk either :D
Best regards!