IT Solutions
Posts tagged mailbox size

How to check the mailbox size for all users in exchange 2010
How do I export user mailbox information to Excel?
Exporting mailbox information from Exchange server 2010 has been possible and task has become easier with the addition of the Get-Mailbox and Get-MailboxStatistics commands in – the PowerShell module. In this article, I’ll show you how to extract mailbox information and export the data to an Excel spreadsheet.
Logon to Exchange server 2010 and open the exchange powershell and perform the below command for check the mailbox size for single user.
Get-MailboxStatistics riyazahamed | ft DisplayName, TotalItemSize, ItemCount 1 Get-MailboxStatistics riyazahamed | ft DisplayName, TotalItemSize, ItemCount
If you need to extract the mailbox information for entire user in the More >
Recent Comments