Forum Discussion

TheWorldInFocusNet's avatar
TheWorldInFocusNet
Copper Contributor
Aug 04, 2021
Solved

Echange Online Auditing - Non Owner Mailbox Access Report

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 pe...
  • pvanberlo's avatar
    Aug 04, 2021
    I’m afraid there’s no easier way. Searching the audit log has always been very slow. You may want to see, depending on how much audit data is being generated, to just export all data and filter yourself. I’ve experienced slow downs when the filtering needs to be done server side.

    I don’t recall seeing any Graph API actions for this. There is the Office 365 Management APIs which provide access to audit logs, but this is more geared towards subscription based near real time monitoring.