January 2020
Beginner
632 pages
13h 14m
English
To enable the audit log via PowerShell, follow these steps:
$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential (Get-Credential) -Authentication Basic -AllowRedirectionImport-PSSession $Session
Enable-OrganizationCustomizationSet-AdminAuditLogConfig -UnifiedAuditLogIngestionEnabled $true
The audit log will be enabled, but it may take some time before events start appearing.
Read now
Unlock full access