running command below:
Get-Messagetrackinglog -Recipients: joebob@jimbo.com -EventID "RECEIVE" -Start "8/4/2015 9:00:00 AM" -End "8/18/2015 5:00:00 PM" |ft Timestamp, Source, Sender, Recipients, MessageSubject >>C:output.csv
but the results I get, are concatenated, instead of displaying the whole sender email address or whole receiver email address, it cuts them off and displays dots instead.
myname@mydomain...{remoteuser@remotena...
what do I need to add to export the whole email address>
�