Help with get-messagetrackinglog command
Hello We are running Exchange 2007 SP1. I need the details of all messages sent by user1@domain.com yesterday. I ran the following command: get-messagetrackinglog -sender "user1@domain.com" -start "xx" -end "xx" | fl -Property Sender, Recipient, MessageSubject, However I get some results such as this:Sender : User1@domain.com Recipients : {user2@domain.com, user3@domain.com, user4@domain.com...} MessageSubject : Subject11 What does the "...}" signify? Does this mean that the recipient list is not complete and has been shortened in the results output? If so - how can I get the full results? Secondly, I ran the following command to find all messages sent by me to user1@domain.com for the last two weeks. get-messagetrackinglog -sender "me@domain.com" -recipient "user1@domain.com" -start "xx" -end "xx" | fl -Property Sender, Recipient, MessageSubject, However, the output doesn't show as much as what I can see in my Sent Items, so I'm guessing the Message Tracking logs don't go that far back. Does anyone know the command to find out what their retention is set to?
February 11th, 2010 12:22am

Hi-The ... does signify that there is more recipients. What I would do is store the results in a variable and thencall $result.Recipients | fl to get everything.Message Tracking logs are purged based on age and disk utilization. The properties are stored on the individual transport servers. Get-TransportServer | fl *Track* should get you everything you need to know.Active Directory, 4th Edition - www.briandesmond.com/ad4/
Free Windows Admin Tool Kit Click here and download it now
February 11th, 2010 1:20am

"What I would do is store the results in a variable and thencall $result.Recipients | fl to get everything."Do you know the command I would need to run that?Thanks very much.
February 11th, 2010 11:04pm

Please see my post in this threadJames Luo TechNet Subscriber Support (http://technet.microsoft.com/en-us/subscriptions/ms788697.aspx) If you have any feedback on our support, please contact tngfb@microsoft.com
Free Windows Admin Tool Kit Click here and download it now
February 23rd, 2010 5:27am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics