All,

I'm getting ready to dump and recreate a bunch of DFSR Replication
Groups, and see something a bit odd in the example for
Remove-DfsReplicationGroup:

    Example 2: Remove replication groups using a wildcard

    PS C:\> Remove-DfsReplicationGroup -GroupName "RG*"
-RemoveReplicatedFolders -Domain corp.contoso.com
-RemoveReplicatedFolders
    Performing this operation will remove the replication group "RG01"
and the subscriptions members have to this
    replication group. Are you sure you want to continue to remove
this replication group? [Y] Yes  [N] No  [S] Suspend  [?] Help
(default is "Y"):

    Performing this operation will remove the replication group "RG02"
and the subscriptions members have to this
    replication group. Are you sure you want to continue to remove
this replication group? [Y] Yes  [N] No  [S] Suspend  [?] Help
(default is "Y"):

    Performing this operation will remove the replication group "RG03"
and the subscriptions members have to this
    replication group. Are you sure you want to continue to remove
this replication group? [Y] Yes  [N] No  [S] Suspend  [?] Help
(default is "Y"):


    This command removes all replication groups that include the
pattern RG* in domain corp.contoso.com, even if the groups include
replicated folders.

Notice the parameter -RemoveReplicatedFolders being used twice? Is
this correct, or redundant?

Since we have a single forest/single domain environment, it's probably
nothing to me, but I thought it odd.

Kurt



Reply via email to