Forum Discussion

Parker0105's avatar
Parker0105
Copper Contributor
Jul 19, 2024
Solved

Issue with search mailbox audit log on Exchange Online

Hi Exchange experts I have an issue with searching the audit logs with the mailboxes on Exchange Online. I have a mailbox on Exchange Online. The properties of that mailbox are as follows AuditEn...
  • VasilMichev's avatar
    VasilMichev
    Jul 23, 2024
    If you have made those changes as an admin, you will have to search the Admin audit log, not the mailbox one. For example:

    Search-AdminAuditLog -StartDate (Get-Date).AddDays(-30) -EndDate (Get-Date).AddDays(1) -Cmdlets Add-MailboxPermission

    You can also use -ObjectId to designate the mailbox/recipient against who the cmdlets were executed, or -UserId for the user who run them,

Resources