Get-MessageTrackingLog shows System.String[] instead of recipients
I am using the Get-MessageTrackingLog and Export-CSV PowerShell cmdlets to provide a report on messages sent to specific recipients. This is the command I am issuing: Get-MessageTrackingLog -Sender “user@mydomain.com” -Server “myserver” -Start “02/24/2016 00:00:00” -End “02/24/2016 10:00:00” -ResultSize Unlimited -EventID…
Query the message tracking log using PowerShell
Using the Tracking Log Explorer GUI is fine for checking whether messages were sent or received but there is no way to export the results to a file. That’s where the Get-MessageTrackingLog PowerShell command comes in, combined with the Export-CSV…