Categories
Archive
Blogroll

Microsoft PowerShell MVP

Cozumpark Bilisim Portali
Get Message Tracking Logs of Exchange Server 2007 with Powershell
Posted in Exchange Server, Windows Powershell | No Comment | 2,227 views | 26/08/2009 19:31

You can get message tracking logs of Exchange Server 2007 with Powershell:

get-messagetrackinglog -Start "25.08.2009" -End "27.08.2009" -ResultSize Unlimited

You can change Result Size with changing -ResultSize parameter.



Leave a Reply