Powershell to perform Messaging Tracking and Export the Messages details into CSV file

Powershell to perform Messaging Tracking and Export the export the Message details into CSV file

Get-MessageTrackingLog -Sender Krishna.k@domain.com -Start “6/1/09” -End “6/3/09” |select Sender,@{Name=”Recipients”;Expression={$_.recipients}},Recipients,MessageSubject,MessageId,Timestamp| Export-Csv MessagingTracking.csv

Above command can be used to result to the csv file. Multiple option for quering the Messagetrack logs is given below. Modify the query and export the result

Timestamp
ClientIp
ClientHostname
ServerIp
ServerHostname
SourceContext
ConnectorId
Source
EventId
InternalMessageId
MessageId
Recipients
RecipientStatus
TotalBytes
RecipientCount
RelatedRecipientAddress
Reference
MessageSubject
Sender
ReturnPath
MessageInfo

One thought on “Powershell to perform Messaging Tracking and Export the Messages details into CSV file

  1. Pingback: ECWID Brasil - Loja Virtual no Facebook e Orkut | Aplicativo | Venda com rapidez e segurança | Social E-commerce | Venda no Facebook | Social Commerce

Leave a comment