Convert totalitemsize to MB
Hi I'm running Exchange 2007: Get-mailboxstatistics -identity me@domain.com | fl totalitemsize But the value is coming in bytes. Can someone confirm 1. How to amend the above to get the value in MB 2. Is totalitemsize the same as the size of the mailbox
June 14th, 2011 11:37pm

The below should help and give you more and answer both of your questions. http://www.petri.co.il/getting-mailbox-sizes-in-powershell.htmSukh
Free Windows Admin Tool Kit Click here and download it now
June 14th, 2011 11:46pm

(Get-MailboxStatistics -Identity me@domain.com).TotalItemSize.Value.ToMB()Ed Crowley MVP "There are seldom good technological solutions to behavioral problems."
June 14th, 2011 11:51pm

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

Other recent topics Other recent topics