Forum Discussion
Dave8465
Jul 16, 2020Copper Contributor
How to send Audit log search report in email periodically?
Hello,
I am a global administrator and I need to send "Audit Log Search" report via Email to users who have "Audit Log Search Role" assigned in Exchange Admins.
How can I send Audit log search report in email periodically?
1 Reply
PowerShell? You can get the events via Search-UnifiedAuditLog and email them as necessary. Create this as a scheduled task or use some other automation tool.