Viewing mailbox sizes in exchange 2007 remotely by using powershell

Posted by aionman on Aug 13, 2011 in Exchange |

add-pssnapin Microsoft.Exchange.Management.PowerShell.Admin

Get-MailboxStatistics | Sort-Object TotalItemSize -Descending | ft DisplayName,@{label=”TotalItemSize(MB)”;expression={$_.TotalItemSize.Value.ToMB()}},ItemCount

Comments are closed.

Copyright © 2012 IT Support Blog All rights reserved. Theme by Laptop Geek.