
Part III: Working with PowerShell in a Production Environment
312
The Subject parameter corresponds to the message - subject field in the tracking logs. This supports
using partial values.
The
MessageID parameter corresponds to the message - id field in the tracking logs. This value never
changes for the lifetime of the message.
The
Start and End parameters correspond to the date - time field in the tracking logs. Either parameter
used by itself retrieves all entries before or after the specified date. If both are used, the messages fall
within the range between the
Start and End . The date - time field is stored in Coordinated Universal
Time (UTC). When including a
Start or End time, enter the regional date - time of the computer used to
perform the search. The cmdlet and tracking tool convert the search and the results to and from UTC.
The
ResultSize parameter can limit the number of items returned from the search. The default is 1,000
records, but using the value Unlimited returns all records.
All parameters are optional to filter the results. If no parameters are used, the cmdlet returns the last
1,000 records from the tracking logs. Edge servers require the
Get-MessageTrackingLog cmdlet to be
executed locally on the Edge server.
A new script,
GetMessageTrackingE2LogWithTime.ps1 , is included in Service Pack 1. It makes
searching across all Hub and mailbox ...