Question: How To Get A User Mailbox Folders Report In Exchange Server 2010

This small little cmdlet will help you get a full report of all the folders inside a user mailbox.

Before we start, if you don’t want the text to be cut by the shell increase the buffer size in Exchange shell by editing the layout.

We going to use the Get-MailboxFolderStatistics cmdlet, the first example will list everything in the Shell screen.

Get-MailboxFolderStatistics -Identity “administrator” | ft -AutoSize

Example 2 will export the data to a text file.

Get-MailboxFolderStatistics -Identity “administrator” | ft -AutoSize > c:\Tricia01.txt


Posted

in

,

by