Previous Topic: Remove-Dir - Remove Root Directories from the Master and ReplicaNext Topic: Remove-Replica - Remove a Replica Host from a Scenario


Remove-Group - Delete a Scenario Group

The Remove-Group command enables you to delete a given scenario group.

Note: You can only remove an empty scenario group. If you want to remove a group that contains scenarios, first you need to remove the scenarios.

Syntax
Remove-Group [-Name] <String> 
Parameters
Name

The name of the scenario group you want to delete.

Example: Delete a scenario group

remove-group "new group 1"
Outcome
Group new group 1 removed