Forum Discussion
Emir_O
Dec 24, 2021Copper Contributor
How to pull email traffic analytics from Exchange Online
Hi Team, I have request to extract monthly traffic report from Exchange Online on our tennant with data for top domains we interact with like gmail.com, hotmail.com etc. Is it possible to have that...
VasilMichev
Dec 24, 2021MVP
Microsoft has been making some changes in that space, deprecating cmdlets and reports we've had previously available and unfortunately the suggested replacements aren't always as straightforward. Your best bet is probably the data from the Get-MailDetailATPReport cmdlet, or you can try periodically capturing details for each message sent/received via Get-MessagerTrace.
Emir_O
Dec 30, 2021Copper Contributor
Thanks for suggestion VasilMichev, I have already tried some pwsh commands, but I can“t access the data set that will allow me to generate monthly volume reports arranged by mail domains.