Quick Tip> Get Mailbox Sizes in Exchange 2007 Through PowerShell (No Console GUI Available)
출처 : http://www.gilham.org/Blog/Lists/Posts/Post.aspx?List=aab85845%2D88d2%2D4091%2D8088%2Da6bbce0a4304&ID=252 From the Exchange Management Shell (PowerShell Command Line): To Get Mailbox List With Size (Sorted by mailbox size): Get-MailboxStatistics |sort $_.TotalItemSize |FT DisplayName,ItemCount,TotalItemSize To Get Mailbox List With Size (Sorted by Mailbox Size, Only List Mailboxes Over 1GB ..