Previous Topic: Set-Bookmark - Set a Rewind BookmarkNext Topic: Suspend-IsAliveCheck - Suspend IsAlive Checking of a Running Scenario


Stop-Scenario - Stop a Scenario

The Stop-Scenario command enables you to stop one or several scenarios.

Note: To check if the operation was completed successfully, use the Get-Scenario and Get-Events commands.

Syntax
Stop-Scenario [-Name] <String>  
Parameters
Name

The name of the scenario you want to stop. You can enter several scenario names by using the Get-Scenario command.

Example: Stop a scenario

stop-scenario "File Server 1"

Outcome:

Scenario File Server 1 stopped