Exchange Mailbox Statistics

From KlavoWiki
Revision as of 00:25, 11 February 2015 by David (talk | contribs) (Created page with "To retrieve the mailbox statistic from a specific or group of databases. <pre> Get-MailboxDatabase -Identity ap-mailbox-db* | Get-MailboxStatistics | %{$_.TotalItemSize.Value....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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