

Similarly you may wish to only look at specific folders and subfolders, which you can achieve using the -FolderScope parameter. You may wish to return just a few of the more interesting bits of information instead, for example: C:\>Get-MailboxFolderStatistics alan.reid | Select Name,FolderSize,ItemsinFolderĬonversation Action Settings 0 B (0 bytes) 0 If you ran that command against a mailbox in your organization you will see a lot of information returned. This cmdlet can be used to report on some or all of the individual folders within a mailbox, returning such information as their size and item count.įor example: Get-MailboxFolderStatistics alan.reid The solution to Rebecca’s scenario is in the Get-MailboxFolderStatistics cmdlet. I am trying to find a command that will return the user and total item count for the inbox only.
