Size of the mailbox in E2K7 ?
Hi, How to find the size of the MBX in e2k7 in GUI. Regards Muthu
October 10th, 2007 4:58pm

This function has been removed from the GUI in 2007. Not sure why. To get this info, you need to use the get-mailboxstatistics cmdlet with parameters to get output size and sort them how you wish.
Free Windows Admin Tool Kit Click here and download it now
October 10th, 2007 8:42pm

Thanks for the update. But how to get mbx stastics. say for whose mailbox larger than 50 mb in a DB. Any suggestions is appreciated. Thanks Muthu
October 11th, 2007 3:15pm

You can try this: Get-MailboxStatistics -Server<servername> | Where {$_.TotalItemSize -gt 50MB} | ` Sort-Object -Property TotalItemSize -Descending | Format-Table DisplayName,TotalItemSize I've used this link to help figure some things out regarding mailbox size: http://blogs.3sharp.com/Blog/deving/archive/2007/01/08/2738.aspx Rob
Free Windows Admin Tool Kit Click here and download it now
October 12th, 2007 12:35am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics