This blog is dedicated to Ms Exchange 2007 , Active Directory , MSCS Services articles and demos , Its all about Microsoft Exchange 2007 .

7th
JUL

How to export Message tracking Logs in CSV format in Exchange 2007

Posted by Nausherwan under Exchange Management Shell

Open Exchangem Management Shell.

Type the command.

Get-MessageTrackinglog -Server “Servername” -EventID “RECEIVE” -Start “7/7/2009 9:00:00 AM” -End “7/7/2009 5:16:00 PM” -ResultSize Unlimited | export-csv c:\Filename.csv

Leave a Reply