Exchange Online AuditLogSearch, no Move operations visible

Ron 66 Reputation points
2023-01-27T10:56:30.5166667+00:00

With auditlogsearch we do get all kinds of operations like SoftDelete, HardDelete, MoveToDeletedItems etc.
But we had an issue were a lot of mails where moved to another folder.

Why doesn't a move operation show up in the auditlog?

I'm using the script on this page:

[https://video2.skills-academy.com/en-us/microsoft-365/troubleshoot/audit-logs/mailbox-audit-logs

Where Move should also be an operation that should be logged.

Microsoft Exchange Online
Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,349 questions
{count} votes

Accepted answer
  1. Andy David - MVP 144.4K Reputation points MVP
    2023-01-27T14:12:26.07+00:00

    Hi, you can enable with powershell:

    Set-Mailbox <user>  -AuditDelegate @{add="Move"}
    
    Set-Mailbox <user> -AuditOwner @{add="Move"}
    

    [https://video2.skills-academy.com/en-us/powershell/module/exchange/set-mailbox?view=exchange-pshttps://video2.skills-academy.com/en-us/powershell/module/exchange/set-mailbox?view=exchange-ps


1 additional answer

Sort by: Most helpful
  1. Andy David - MVP 144.4K Reputation points MVP
    2023-01-27T12:27:35.21+00:00

    Did you enable owner logging?

    [https://video2.skills-academy.com/en-us/microsoft-365/troubleshoot/audit-logs/mailbox-audit-logs#owner-mailbox-audit-logginghttps://video2.skills-academy.com/en-us/microsoft-365/troubleshoot/audit-logs/mailbox-audit-logs#owner-mailbox-audit-logging