The Remove-Scenario command enables you to delete a given scenario. The command also deletes the related VM resources when the scenario is a Full System scenario.
Note: You cannot delete a running scenario.
Remove-Scenario [-Name] <String> [[-DeleteVM] [<Boolean>]]
The name of the scenario you want to delete.
Deletes all VM resources of a P2V scenario.
1 - Delete (Default)
0 - Do not delete
Example: Remove a scenario
remove-scenario "File Server 2"
Scenario File Server 2 removed
Copyright © 2015 Arcserve.
All rights reserved.
|
|