Guide: Enabling Microsoft Purview Audit (Standard) in a Tenant

This one-time setup enables audit collection and validates that search is functioning correctly.

1) Enable Audit Logging in Purview

  1. Go to Microsoft Purview -> Audit.
  2. If prompted with Start recording user and admin activity, select it.
  3. If asked to Complete organizational setup, choose Yes.

Expected behavior: The setup banner disappears and the audit interface becomes available.

2) Allow Time for Ingestion to Initialize

Initial event ingestion typically starts in 5 to 30 minutes.

These are expected during first-time initialization.

3) If Needed: Enable Exchange Organization Customization

If audit search errors referenceInvalidOperationInDehydratedContextException or mention Enable-OrganizationCustomization, or you get this window, complete these steps.

Example Purview error indicating organizational setup is required

3.1 Install Exchange Online PowerShell Module

Install-Module ExchangeOnlineManagement

3.2 Allow Signed Scripts (if required)

Set-ExecutionPolicy RemoteSigned -Scope CurrentUser

3.3 Connect to Exchange Online

Connect-ExchangeOnline

3.4 Enable Organization Customization

Enable-OrganizationCustomization

If already hydrated, Exchange responds that customization is already enabled.

4) Validate Audit Search Functionality

Success: Search runs without backend errors; results may be empty if no recent activity exists.

5) Post-Activation Behavior