For When You Can't Have The Real Thing
[ start | index | login ]
start > Windows > Exchange > 2010 > List Datastore Folder Sizes

List Datastore Folder Sizes

Created by dave. Last edited by dave, 11 years and 297 days ago. Viewed 3,274 times. #3
[diff] [history] [edit] [rdf]
labels
attachments

List Folder Sizes

(6 June 2012)

In the Exchange Powershell:

Get-MailboxStatistics -database 3rdmailboxdatabase | where {$_.ObjectClass -eq "Mailbox"} | Sort-Object TotalItemSize | ft displayname,totalitemsize

You have to specify the database. (Or at least I did. I have more than one database, perhaps if you only have one it won't insist you specify.)

That's one long line of command there, so beware the scroll bar.

no comments | post comment
This is a collection of techical information, much of it learned the hard way. Consider it a lab book or a /info directory. I doubt much of it will be of use to anyone else.

Useful:


snipsnap.org | Copyright 2000-2002 Matthias L. Jugel and Stephan J. Schmidt