With a simple Exchange Management Shell command you can display a list of your public folders and the item count for each one. All you need to do is pipe Get-PublicFolder into Get-PublicFolderStatistics like this:
[PS] C:\>Get-PublicFolder \ -Recurse | Get-PublicFolderStatistics




Leave a Reply