Message tracking
-
Friday, August 17, 2012 7:34 AMI need to pull a report on
message tracking report on all emails from the FEP alerts for the last 2 weeks. i have to track messages from a email account that doesnt have a mailbox. how to do that on exhange 2010.
Thanks
Thando
All Replies
-
Friday, August 17, 2012 8:14 AM
Hi
If you login to the EMC and then click on Toolbox, on the right hand side you can run a message tracking or tracking log explorer and input the email address.
- Proposed As Answer by Adam_Cmb Friday, August 17, 2012 3:07 PM
- Marked As Answer by Noya LauModerator Thursday, September 06, 2012 12:41 PM
-
Friday, August 17, 2012 11:15 AM
Hi
If you want to do using powershell below is the command. It gives the report in html format.
[PS] C:\>$hubs = Get-ExchangeServer | ?{$_.IsHubTransportServer -eq $true}
[PS] C:\>$hubs | Get-MessageTrackingLog -EventID SEND -Sender "Emailaddress" -Start "08/01/2012" -End "08/17/2012" | ConvertTo-Html Timestamp, EventID, Sender, {$_.Recipients}, MessageSubject | Set-Content C:\logs.html
Regards
Ponraj
-
Monday, August 20, 2012 7:32 AMModerator
In addition, please note, the date-time field in the message tracking log stores information in Coordinated Universal Time (UTC).
However, you should enter your date-time search criteria in the regional date-time format of the computer that you are using to perform the search. The message tracking log search tools automatically convert your regional date-time query into UTC. The search results are automatically converted from UTC back into your regional data-time format for display.
And here provide this document for reference. Hope it is useful.
Noya Lau
TechNet Community Support

