You need to generate a report on all mailboxes in your Exchange Server 2007 organization. The report must detail the number of items per mailbox folder. Which cmdlet should you run?
A.
Get-ExchangeServer | Get-Mailbox | Get-MailboxStatistics | Export-Csv -Path c:\allmbstats.csv
B.
Get-ExchangeServer | Get-Mailbox | Get-MailboxFolderStatistics | Export-Csv -Path
c:\allmbfstats.csv
C.
Get-Mailuser | Get-MailboxFolderStatistics | Export-Csv -Path c:\allmbfstats.csv
D.
Get-ExchangeServer | Get-Message | Export-Csv -Path c:\allmbfstats.csv