Message Trace

Brass Contributor

One of my office365 user says that he did not receive email from abc@gmail.com
how can i check whether the user has received the mail or not on his inbox. i want to look from shell. will the below syntax help me

 

Get-MessageTrace -sender abc@gmail.com -recipient myuser@mydomain.com -start "11/05/2018 00:00" -end "11/05/2018 23:59" | select Subject,Received,SenderAddress,RecipientAddress,MessageID,Status | Export-Csv C:\output.csv -NoTypeInformation

 

 

1 Reply
The syntax seems correct when I look at it! Run it and see!