Previous Topic: Remove-Group - Delete a Scenario GroupNext Topic: Remove-Scenario - Delete a Scenario


Remove-Replica - Remove a Replica Host from a Scenario

The Remove-Replica command enables you to remove a Replica host from a given scenario.

Syntax
Remove-Replica [-Name] <String> [-Host] <String> [-Parent] <String>
Parameters
Name

The name of the scenario.

Host

The name of the Replica host you want to remove.

Parent

The parent of the Replica host you want to remove in the replication tree. It can be either the Master or an upstream Replica.

Example: Remove a Replica host from a scenario

remove-replica "FS 1" 130.119.185.153 -parent 130.119.185.152
Outcome
Replica 130.119.185.153 removed