Exchange 2010 mailbox size list
Exchange 2010 doesn't have a GUI view where you can see the users listed with their mailbox size. Luckily you can make your own list using the Exchange Management Shell.
Get-MailboxDatabase "<insert database name>" | Get-MailboxStatistics | Sort totalitemsize -desc | ft displayname, totalitemsize, itemcount
You can always add > somefile.txt and import it into excel if you need to make something pretty for management.
| Print article | This entry was posted by Mikeal on 03/18/11 at 11:14:59 pm . Follow any responses to this post through RSS 2.0. |
No feedback yet