Forum Discussion

John Quile's avatar
John Quile
Brass Contributor
Jan 28, 2020

How can I get user's sent, received and read count for a specific date range?

In O365, in the "E-mail activity" reports at https://admin.microsoft.com/Adminportal/Home#/reportsUsage/EmailActivity, there's a dashboard that presents data for e-mail accounts. Some columns are Received count, sent count and read count.  

This is only limited to choosing "Last 7 days" or 30 days or 90 days.   

Is there a way to get this data for a specified date range? For example, 1/1/2020 through 1/28/2020? 

Closest solution I can think of is starting a Get-MessageTrace on the first day of the date range and saving it as a .csv for each day, or appending it and add a date column for the date the cmdlet was run. 

Resources