Answered by:
Message tracking

Question
-
I have used the ESM in 03 and am transitioning to 2010 and cannot see how to refine my search in the EMC when I want to track messages for a particular use during a specific time frame as was available in 03.
How can I track messages more efficiently?
Tuesday, June 14, 2011 7:00 PM
Answers
-
You may use cmdlet tools in 2010 for efficient message tracking.
For example, to search the message tracking log for all entries from 06/14/2011 8:00 AM to 06/15/2011 5:00 AM for all FAIL events sent by user@windowsadmin.info, run the following command:
Get-MessageTrackingLog -ResultSize Unlimited -Start "06/14/2011 8:00 AM " -End "06/15/2011 5:00 AM" -EventId "Fail" -Sender "user@windowsadmin.info"
Regards from www.windowsadmin.info- Marked as answer by James Xiong Wednesday, June 22, 2011 12:43 AM
Wednesday, June 15, 2011 2:13 AM
All replies
-
Using the Exchange Management Shell gives you far more granularity in searching the message tracking logs. The syntax can be a little confusing at first; but once you get it down you can search faster and more efficiently.
http://technet.microsoft.com/en-us/library/aa997573.aspx
TBrennanTuesday, June 14, 2011 11:43 PM -
You may use cmdlet tools in 2010 for efficient message tracking.
For example, to search the message tracking log for all entries from 06/14/2011 8:00 AM to 06/15/2011 5:00 AM for all FAIL events sent by user@windowsadmin.info, run the following command:
Get-MessageTrackingLog -ResultSize Unlimited -Start "06/14/2011 8:00 AM " -End "06/15/2011 5:00 AM" -EventId "Fail" -Sender "user@windowsadmin.info"
Regards from www.windowsadmin.info- Marked as answer by James Xiong Wednesday, June 22, 2011 12:43 AM
Wednesday, June 15, 2011 2:13 AM -
Hi,
From you problem description, I understand that you would like to find out the a more effective method to view the message tracking.
You could use the EMC or EMS method to fulfill the goal.
EMC à Toolbox à Mail flow tools à Message Tracking
At the same time, you could follow the ManU PhiliP’s suggestion to use the EMS, for more detailed information; there is a link for your reference:
Title: Get-MessageTrackingLog
URL: http://technet.microsoft.com/en-us/library/aa997573.aspx
Thx,
James
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.- Marked as answer by James Xiong Wednesday, June 22, 2011 12:43 AM
Wednesday, June 15, 2011 8:25 AM -
I actually did figure it out, thanks!Friday, June 24, 2011 6:37 PM