??‘ AddReplicaToPFRecursive.ps1 : Adds a server to the replication list
??‘ RemoveReplicaFromPFRecursive.ps1 : Removes a server from the replication list
??‘ MoveAllFeplicas.ps1 : Replaces a server in the replication list
??‘ ReplaceReplicaOnPfRecursive.ps1 : Replaces a server in the replication list with a
new server
RemoveReplicaFromPFRecursive removes a server ??™ s folder replicas from a given folder, and all of the
folder ??™ s children:
RemoveReplicaFromPFRecursive [ -Server < Server Identity > ] -
TopPublicFolder < Folder Path > -ServerToRemove < Server Name >
The following example removes all replicas for server MB902 from the \Departments folder and its
children. It is operated against the other server that has a public folder store.
RemoveReplicaFromPFRecursive -Server MBX -TopPublicFolder \Departments
-ServerToRemove MB902
A slight variation is the script ReplaceReplicaOnPfRecursive , which replaces a server with a new
server for a given folder, and all of the folder ??™ s children:
ReplaceReplicaOnPfRecursive [ -Server < Server Identity > ]
-TopPublicFolder < Folder Path >
-ServerToRemove < Server Identity > -ServerToAdd < Server Identity >
Now, replace the server MBX with MB903 for all folders from the \Departments folder and its children.
It is operated against the MBX server.
Pages:
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256