Mar 22 2011 3:21PM GMT
Posted by: Nathan Simon
EMC, Exchange 2003, Exchange 2007, Exchange 2010, Exchange Management Console, Get-PublicFolderStatistics, powershell, Public Folder Replication, retrieve public folder statistics
How to get Public Folder Statistics in Outlook 2007 and 2010
Posted by: Nathan Simon
You cannot use the EMC to retrieve public folder statistics.
This example returns the statistics for the public folder Marketing with a piped command to format the list.
Copy Code
Get-PublicFolderStatistics -Identity \Marketing | fl
Note:
The value for the Identity parameter must include the path. For example, if the public folder Marketing existed under the parent folder Business, you would provide the following value: \Business\Marketing
Using the following commands and comparing to Exchange 2003/2007 you can make sure that each of the folders are replicated fully.
Of all the migration tasks in Exchange, Public Folders take the most amount of time!
Good Luck
-NS




