I had a client call with exactly the same problem yesterday. I haven't had time 
to look at it. Probably late this afternoon. I'll tell you what I see. :)

I will say, quite frankly, that I dislike the Get-MessageTrackingLog cmdlet. 
Sometimes getting it to work right seems more like voodoo than science. I 
generally find it more workable to open up the message tracking log directly in 
notepad, strip the first 3 lines, change the fourth line into a header line, 
save the file as a csv, and import it into Excel. YMMV.

From: [email protected] [mailto:[email protected]] On 
Behalf Of Adam Farage
Sent: Friday, February 7, 2014 11:59 AM
To: [email protected]
Subject: [Exchange] Question about Message Tracking and Dynamic Distribution 
Groups

Here is the scenario:

A user sent an email out to 
"[email protected]<mailto:[email protected]>" but not all members 
that are apart of that DL received it.

Here is what I am trying to figure out:

If you run a command similar to the one below, you should see under the 
recipients section a RECEIVED / EXPAND Event ID right? I am scratching my head, 
because I do not see either of those but when I looked at the clients Sent 
items section.. it was there.

Get-TransportServer | Get-MessageTrackingLog -Recipient 
[email protected]<mailto:[email protected]> -Start "1/31/2014 
00:00:00" -End "1/31/2014 23:59:59" -MessageSubject "Testing - 123" | select 
Timestamp,EventID,Source,{$_.Recipients} | Export-CSV 
C:\Adam_Farage\MsgTracking.csv

Thanks guys and gals!

Adam F

Reply via email to