Exchange 2013 Powershell – Get-mailbox Sizes
Need to get a list of mailboxes and their sizes on Exchange 2013 via powershell
Get-Mailbox | get-mailboxstatistics | sort-object mailbox -Descending | select-object DisplayName,TotalItemSize
Need to get a list of mailboxes and their sizes on Exchange 2013 via powershell
Get-Mailbox | get-mailboxstatistics | sort-object mailbox -Descending | select-object DisplayName,TotalItemSize