Exchange Mailbox Statistics: Difference between revisions
From KlavoWiki
Jump to navigationJump to search
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...." |
(No difference)
|
Latest revision as of 00:25, 11 February 2015
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