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, one year and 11 days ago. Viewed 222 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

Virtual Dave Megaplex:

Internet Explorer 6 Users >>Click Here

(read this note about local search)

Logged in Users: (1)
… and a Guest.


Editing: snipsnap-help, Image Macro

Installed 2 years and 155 days ago
Powered By >>SnipSnap Version 1.0b1-uttoxeter

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