Office 365: Turn off Mailbox Auditing
To turn off mailbox auditing, a Global Admin must do the following:
- Connect to Exchange Online Powershell.
- Run the following command:
Set-AdminAuditLogConfig -UnifiedAuditLogIngestionEnabled $false
- Verify that audit log search is disabled via powershell (wait some time before doing this):
Get-AdminAuditLogConfig | FL UnifiedAuditLogIngestionEnabled
- A value of False for the UnifiedAuditLogIngestionEnabled property indicates that audit log search is turned off.