You need to add EXSRV02 to host a copy of the Sales public folder and the folders below it. Which
command should you run?
A.
AddReplicaToPFRecursive.ps1 -TopPublicFolder
B.
ReplaceReplicaOnPFRecursive.ps1 -TopPublicFolder “\Sales” -ServerToAdd EXSRV02
C.
AddReplicaToPFRecursive.ps1 -TopPublicFolder “\” -ServerToAdd EXSRV02
D.
ReplaceReplicaOnPFRecursive.ps1 -TopPublicFolder “\Sales” -ServerToAdd EXSRV02
Explanation:
To add a copy or replica for all public folders for the Sales folder and all folders underneath it, use
the included AddReplicaToPFRecursive.ps1 script. The ReplaceReplicaOnPFRecursive.ps1 script
removes one server and adds another server.