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…