Forum Discussion
Parker0105
Jul 19, 2024Copper Contributor
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...
- Jul 23, 2024If 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,
TAE_YOUN_ANN
Jul 19, 2024MVP
Please try command!
Search-UnifiedAuditLog -StartDate 7/15/2024 -EndDate 7/19/2024 -SessionCommand ReturnLargeSet
Search-UnifiedAuditLog -StartDate 7/15/2024 -EndDate 7/19/2024 -SessionCommand ReturnLargeSet
Parker0105
Jul 23, 2024Copper Contributor
Hi Tae
This command it will show all log of user in the my organization. What I need is to show the activity of a specific user, and the problem is that I am looking for the change permission on a mailbox activity for that user but there are no logs
This command it will show all log of user in the my organization. What I need is to show the activity of a specific user, and the problem is that I am looking for the change permission on a mailbox activity for that user but there are no logs