This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

mailbox size

I need a report that will list all the mailbox's in a an exchange org and their size, I see we have the Mailbox Setails report, but that doesnt show the mailbox Size. Does the discovery Capture that, i cant see anything in the discovery settings and reviewing the SQL table tblexchangemailbox it doesnt look like thats an available field

 

thanks

 

Jim

Parents
  • Hello,

    You are correct, Exchange discovery currently does not collect this data.
    You can use an Exchange PowerShell query to get it:
    Get-Mailbox | Get-MailboxStatistics | Sort TotalItemSize -descending | ft DisplayName, TotalItemSize

    Regards,
    Yuri
Reply
  • Hello,

    You are correct, Exchange discovery currently does not collect this data.
    You can use an Exchange PowerShell query to get it:
    Get-Mailbox | Get-MailboxStatistics | Sort TotalItemSize -descending | ft DisplayName, TotalItemSize

    Regards,
    Yuri
Children
No Data