Aug 04 2021 01:49 AM
Hello,
I need to get the Non Owner Mailbox Access report using Powershell for one Month for some large Exchange Online environments.
Unfortunately using "Search-UnifiedAuditLog" as well as performing a "Search-MailboxAuditLog" is extremly slow and even leads to Throttling. Therefor performing the Search for thousands of Mailboxes where the report is required for requires a lot of time.
Is there a way to do this from within PowerShell (as it's part of a reporting "Suite") to be able exporting it to CSV/Excel in an easier way?
Can this be achieved using the Graph API Module for PowerShell?
Thank you for your Help and best regards
Aug 04 2021 04:46 AM
SolutionAug 04 2021 04:59 AM
Hi, Thank you for your Reply. I'll try to export without filtering thank you for the hint!