This changes the ReplicationSchedule property
to the full week.
Setting the schedule to always means data replicates every 15 minutes.
Public Folder Hierarchy
The public folder hierarchy contains the structure of every folder in the IPM_Subtree . The hierarchy is
automatically replicated to every server that contains a public folder store. It is possible for a server ??™ s
hierarchy to become out of sync. You can force an update with the Update-PublicFolderHierarchy
cmdlets. The cmdlets require a server specified as the source of replication:
Update-PublicFolderHierarchy -Server < ServerIdParameter > [-
DomainController < Fqdn > ]
An example of updating the hierarchy with the server MB901 as the source would be:
Update-PublicFolderHierarchy -Server MB901
Figure 5-8
Part I: PowerShell for Exchange Fundamentals
156
How does this work? The compare-object cmdlet has a parameter for the reference object and one for
the difference object. If the parameter names are not supplied, it assumes the first value is the reference
object. The sub - expression is evaluated, and returns the IPM_Subtree on a given server. There are other
parameters for tweaking the output, such as includeEqual , which returns all lines in both files.
Stopping Data Replication
The ability to stop all replication was introduced in Exchange 2003 SP2.
Pages:
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254