Aug 7, 2012

0 PowerShell Grid view.



Power shell grid view is a tool to view the tracking log results.
The grid view results are sortable, filterable and copy/paste-able (to Excel).
To use the grid view simply pipe the get-messagetrackinglog results to out-gridview like this below.

get-messagetrackinglog –Recipient:xxx@company.com -Server “Exchange-HubTransport-Server” -Start “3/1/2012 7:40:00 PM” -End “3/4/2012 7:50:00 PM” | Out-GridView