Office 365: Turn off Mailbox Auditing

To turn off mailbox auditing, a Global Admin must do the following:

  1. Connect to Exchange Online Powershell.
  2. Run the following command: 

    Set-AdminAuditLogConfig -UnifiedAuditLogIngestionEnabled $false
     

  3. Verify that audit log search is disabled via powershell (wait some time before doing this):

    Get-AdminAuditLogConfig | FL UnifiedAuditLogIngestionEnabled
     

  4. A value of False for the UnifiedAuditLogIngestionEnabled property indicates that audit log search is turned off.
Previous
Previous

Office 365: Turn on Mailbox Auditing