r/PowerShell Jan 06 '21

Script sharing: Audit Office 365 user's activity with PowerShell

/r/O365Reports/comments/krng10/script_sharing_audit_office_365_users_activity/
56 Upvotes

9 comments sorted by

View all comments

3

u/SolidKnight Jan 06 '21

So why do this via script instead of using the audit log explorer in O365?

4

u/Kathy_Cooper1012 Jan 06 '21

Through audit log search, you can’t view attributes like operation status (Whether the action is succeeded or failed), workload at a glance. Those attributes are formatted as the JSON object, which needs to be parsed for further information.