Your Exchange Server 2007 organization contains a single Hub Transport server named ExchHub1, and multiple Mailbox servers. A single Edge Transport server named ExchEdge1 is deployed. Message tracking logs are retained for 30 days. The mailbox for a user named Marc is located on a Mailbox server named ExchMB1 and has an SMTP address of [email protected]. You need to generate a report that indicates the total number of messages that Marc sent during the last 30 days. What should you do?
A.
On ExchEdge1, run the Get-MessageTrackingLog -Sender [email protected] -EventId “Receive” | export-csv c:tmpmarc.csv cmdlet.
B.
On ExchHub1, run the Get-MailboxStatistics -Identity marc | export-csv -path c:tmpmarc.csv cmdlet.
C.
On ExchHub1, run the Get-MailboxFolderStatistics -Identity marc -FolderScope SentItems | export-csv c:tmpmarc.csv cmdlet.
D.
On ExchHub1, run the Get-MessageTrackingLog -Sender [email protected] -EventId “Receive” | export-csv c:tmpmarc.csv cmdlet.