If, for example, an administrator
accidentally replicated a public folder with a large amount of data it would be possible to stop replication
before replication traffic could saturate the network. The administrator could remove the incorrect
replication partner and then resume data replication. The Suspend-PublicFolderReplication and
Resume-PublicFolderReplication cmdlets have the following syntax:
Suspend-PublicFolderReplication [-DomainController < Fqdn > ]
[ < CommonParameters > ]
Resume-PublicFolderReplication [-DomainController < Fqdn > ]
[ < CommonParameters > ]
Figure 5-9
As noted earlier, view the contents of the hierarchy with the Get-PublicFolder cmdlet. By specifying
the server, it is easy to compare two server ??™ s hierarchies. (See Figure 5 - 9 .)
Chapter 5: Public Folders
157
To check the state of replication, use the following cmdlet:
Get-OrganizationConfig | fl heuristics
The cmdlet will return Heuristics : SuspendFolderReplication if the replication is suspended.
Public Folder Scripts
In addition to the Exchange cmdlets, there are four scripts included during setup. The scripts
for public folders make routine tasks even easier. Also, they provide good examples for
building your own scripts. The default location for the following scripts is
C:\Program Files\Microsoft\Exchange Server\Scripts .
Pages:
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255