Good Day,
We want to have a report which states the email sent and recieved within our organization. We are able to get the Exchange 2007 Message Tracking Log using Powershell Get-MessageTrackingLog cmdlet and export it to a csv file. The recipients are delimited
by space under $_.Recipients header. We would like to split the recipients and the map the sender and the recipient departments using "get-user | format-table -Property Department" so that report creation would become easy. Any help on this front would be
greatly appreciated.
Cheers
Crackinspine