Reporting
Unlike the hierarchy tree, which is the same across all public folder servers, running the
Get-PublicFolderStatistics cmdlet generates information only for the folders for which
the server has a replica.
Get-PublicFolderStatistics [-Identity < PublicFolderIdParameter > ]
[-DomainController < Fqdn > ] [-Server < ServerIdParameter > ] [ < CommonParameters > ]
The following example shows how both of my test servers have different replicas of folders. This
command outputs the item count and last access time. (See Figure 5 - 10 .)
Get-PublicFolderStatistics -server MB902
Get-PublicFolderStatistics -server MBX
Chapter 5: Public Folders
159
The only folder replicated across both servers is \replicateme . It is possible to compare the itemcount
property to see if they match.
The following provides more detail, such as last modification time, to specify the identity of a folder.
(See Figure 5 - 11 .)
Get-PublicFolderStatistics -server MB902 -identity \replicateme | fl
Figure 5-10
Part I: PowerShell for Exchange Fundamentals
160
Summary
Even though new deployments may be able to run an Exchange environment without public folders, it
will be some time before there is complete independence for most organizations. For administrators
upgrading from previous versions, managing public folders can prove to be challenging.
Pages:
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258