Here is the scenario: A user sent an email out to "[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] -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
