13
Aug
Viewing mailbox sizes in exchange 2007 remotely by using powershell
in Exchange
Comments
add-pssnapin Microsoft.Exchange.Management.PowerShell.Admin
Get-MailboxStatistics | Sort-Object TotalItemSize -Descending | ft DisplayName,@{label=”TotalItemSize(MB)”;expression={$_.TotalItemSize.Value.ToMB()}},ItemCount