Previous Topic: Set-RuntimeChangeableScenarioPropertyNext Topic: Monitoring commands


Test-RuntimeChangeableScenarioProperty

The Test-RuntimeChangeableScenarioProperty command lets you confirm whether the specified property can still be edited while the scenario is running.

Syntax
Test-RuntimeChangeableScenarioProperty [Name] [Index] [Host]
Parameters

Name - The name of the running scenario

Index - The index or name of the property you wish to test

Host - Optional

Example

The following command tests the property whose index is 113 for a running scenario called FileServer.

Test-RuntimeChangeableScenarioProperty FileServer 113 -host 10.0.0.3
Outcome

The result is a true or false value for the index or property name specified.