Forum Discussion
sajjad765
Dec 01, 2020Copper Contributor
How to Get Email Activity User report of Office 365 using PowerShell Script?
Hi, I am looking for Email Activity user Details report using power shell script., Which will run through scheduler in weekly basis and create a csv file in my desired location. The report format a...
- Dec 02, 2020
The report is available via the Graph API: https://docs.microsoft.com/en-us/graph/api/resources/email-activity-reports?view=graph-rest-1.0
VasilMichev
Dec 02, 2020MVP
The report is available via the Graph API: https://docs.microsoft.com/en-us/graph/api/resources/email-activity-reports?view=graph-rest-1.0