Pulling logs message from multiple Hub Transport servers
Hi We are running Exchange 2007 SP2. We have multiple AD sites and numerous Hub Transport servers in each site. I want to get a list of everyone that sent an email to "marketing@mydomain.com" (an internal Exchange mailbox) from 07:00 this morning. Does anyone know 1. The command I need to run so I only get entries from 07:00 this morning 2. How I can grab logs from all Hub Transport servers without logging onto each one
February 10th, 2011 3:15pm

Get-MesssageTrackinglog: http://technet.microsoft.com/en-us/library/aa997573.aspx Example: Get-MessageTrackingLog -Start "03/13/2010 9:00AM" -End "03/15/2010 5:00PM" -Sender john@contoso.com You can get-transportserver | get-messagetrackinglog to ensure you get all tracking logs from all servers. I think if you dont specify a server in the get-messagetrackinglog it does it anyway but can't remember off the top of my head. Chris Morgan Blog
Free Windows Admin Tool Kit Click here and download it now
February 10th, 2011 3:22pm

Thanks... I also want to see if the message was delivered or not, any idea on how to do that?
February 10th, 2011 6:43pm

On Thu, 10 Feb 2011 23:37:32 +0000, Chuck_P2101 wrote: > > >Thanks... > >I also want to see if the message was delivered or not, any idea on how to do that? Look for the EventID "DELIVER". --- Rich Matheisen MCSE+I, Exchange MVP --- Rich Matheisen MCSE+I, Exchange MVP
Free Windows Admin Tool Kit Click here and download it now
February 10th, 2011 10:25pm

Use the message tracking feature. This time though check the recipient if it's gotten anything from the sender.
February 11th, 2011 2:49pm

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

Other recent topics Other recent topics