search
Categories
Sponsors
VirtualMetric Hyper-V Monitoring, Hyper-V Reporting
Archive
Blogroll

Badges
MCSE
Community

Cozumpark Bilisim Portali
Get Message Tracking Logs of Exchange Server 2007 with Powershell
Posted in Exchange Server, Windows Powershell | No Comment | 6,011 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