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 servers easier. The script has the following parameters:
??‘ MessageID : This is required if the MessageSubject parameter is not used. This parameter
searches the tracking logs for the specified message - id.
MessageSubject : This is required if the MessageID parameter is not used. This parameter
searches the tracking logs for the specified message - subject.
End : This optional parameter contains the end date and time to search up to (not including).
Sender : This optional parameter contains the sender ??™ s SMTP email address.
Servers : This optional parameter is a comma - separated list of Hub or mailbox servers to limit
the tracking log search to.
Pages:
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450