Mailbox Size report
Hi All, I'm having only one Exchange 2k7 x64 in forest and looking for how i can get the mailbox size (not the allowed maximumsize but thecurrent size) for all users in domain or in all domain using Exchnage Console or Exchnage Shell or any recommended tools, I'll be greatful for any comments may help. Thanks in Advanced
April 16th, 2008 1:26pm

Get-MailboxStatistics | Selecte DisplayName, TotalItemSize, TotalDeletedItemSize, DatabaseName | FT Above command by default it shows in KB. If you want the mailbox size by Megabyte (MB), try running following cmdlet. Get-MailboxStatistics | ft DisplayName,@{Expression={$_.TotalItemSize.Value.ToMB()};lablel="Total Mailbox Size in MB"} Please refer these 2 links http://blogs.technet.com/evand/archive/2006/09/07/byte-quantified-size-and-some-powershell-tricks.aspx http://blogs.technet.com/evand/archive/2007/01/02/wrangling-byte-quantified-size-details-from-exchange-2007-with-powershell.aspx
Free Windows Admin Tool Kit Click here and download it now
April 21st, 2008 7:47pm

Try this linkhttp://www.msexchange.org/articles_tutorials/exchange-server-2007/management-administration/getting-mailbox-statistics-exchange-2007.html
April 25th, 2008 2:40pm

I was looking for reporting from the console itself but Thank you guys. it helps so much
Free Windows Admin Tool Kit Click here and download it now
May 10th, 2008 6:09pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics