After a migration from Exchange 2003 to Exchange 2010 a problem occurred with the public folders.
It is impossible to get Public Folder Statistics via the Powershell of several Public Folders.
The commands used:
get-publicfolder <Path> | get-publicfolderstatistics
get-publicfolderstatistics <Path>
The Error Message is:
Der Öffentliche Ordner "\<Path>\<Name>" wurde auf Server "Servername" nicht gefunden.
+ CategoryInfo : InvalidData: (\<Path>\<Name>:PublicFolderIdParameter) [Get-PublicFolderStatistics], InvalidOperationException
+ FullyQualifiedErrorId : 7823D023,Microsoft.Exchange.Management.MapiTasks.GetPublicFolderStatistics
It is a german Exchange 2010 Server installation. The text means the Public Folder is not found on the Server.
What is the cause of this problem, as it is possible to get the statistics from other Public Folders using the above mentioned commands?
It is possible to get the Public Folder Item Statistics of all folders.