Reporting on public folder statistics

The Exchange Management Shell provides two cmdlets that can be used to generate detailed reports based on the usage of your public folders. In this recipe, we will take a look at how to report on public folder statistics.

How to do it...

To generate a basic report for each public folder, run the following cmdlet:

Get-PublicFolderStatistics | ft Name,ItemCount,TotalItemSize

This command would generate an output similar to the following example:

How to do it...

How it works...

As you can see, Get-PublicFolderStatistics provides some very useful and detailed information for each public folder. In addition, you can report on individual ...

Get Microsoft Exchange 2010 PowerShell Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.