Here we are talking about pulling up records like:
- Number of emails sent by HUB servers over a given period of time.
- Number of emails received by HUB servers over a given period of time.
- Number of emails sent by a particular sender or received by a particular recipient over a given period time
Example: To get the number of emails sent by a HUB server, run this command from EMS:
Get-MessageTrackinglog -server
Similarly you can add the switches like -event RECEIVE to get the number of message recieved, -Sender "Email address" to get from a particular sender etc.