Quantcast
Viewing all articles
Browse latest Browse all 21

How to Check Mailbox Size and ItemCount in Bulk – Exchange 2010

You can use a short one liner Command to get the mailbox size have added | more in the end of the command so that you can press enter to proceed with a big list

you can remove it if you wish to export it.

 

To Check for the local Server

Get-Mailboxdatabase | Get-MailboxStatistics | Sort TotalItemSize -descending | FT Displayname, TotalItemsize, Itemcount Database –Autosize | more

 

To Check for Database Level

Get-Mailbox –Database “Database Name” | Get-MailboxStatistics | Sort TotalItemSize -descending | FT Displayname, TotalItemsize, Itemcount,Database –Autosize | more

 

To Check for Server Level

Get-Mailbox –Server “Server Name” | Get-MailboxStatistics | Sort TotalItemSize -descending | FT Displayname, TotalItemsize, Itemcount,Database –Autosize | more

 

Image may be NSFW.
Clik here to view.
image

 

Hope its Useful !!

Image may be NSFW.
Clik here to view.

Satheshwaran Manoharan

Publisher of CareExchange.in
I have been supporting Microsoft Exchange for some years . Thanks for your visit . Please share you thoughts via Comments
For Feedback or Improvements : Admin@careexchange.in
Thank you

Image may be NSFW.
Clik here to view.
LinkedIn
 Image may be NSFW.
Clik here to view.
Google+
 


Viewing all articles
Browse latest Browse all 21

Trending Articles