Exchange Mailbox Statistics

From KlavoWiki
Jump to navigationJump to search

To retrieve the mailbox statistic from a specific or group of databases.

Get-MailboxDatabase -Identity ap-mailbox-db* | Get-MailboxStatistics | %{$_.TotalItemSize.Value.ToMB()} | Measure-Object -sum -average -max -min