Are you curious about the hard stats of messages running around your organization?
Try this one in powershell on your hub transport server:
get-messagetrackinglog -start “mm/dd/yyyy hh:mm:ss” -end “mm/dd/yyyy hh:mm:ss” -eventid “send” -resultsize 9999999 | measure-object
This will pull stats for messages that were “sent”. To pull the number of messages received, change the “eventid” parameter to “receive.”
Tags: .NET Framework, Growl, ISO 8601, Microsoft Windows, United States, Windows Live Writer, Windows PowerShell, XML
![Reblog this post [with Zemanta]](http://img.zemanta.com/reblog_e.png?x-id=6f00ec4a-1c1f-4fdb-9f70-3c5d1c4286b1)









