Switch to UnifiedAuditLog from MailboxAuditLog (and AdminAuditLog)
Microsoft is going to retire Audit Log cmdlets from the 'Exchange Online PowerShell' module starting from September 2024. Instead, they recommend using the Unified Audit Log (UAL) for auditing.
- MailboxAuditLog: The Mailbox Audit Log cmdlets will have a separate deprecation date, which will be announced early next year.
- AdminAuditLog: Two Admin Audit Log cmdlets,
Search-AdminAuditLog
andNew-AdminAuditLog (New-AdminAuditLogSearch)
, will retire on September 15, 2024. It's recommended to useSearch-UnifiedAuditLog
instead.