The Test-RuntimeChangeableScenarioProperty command lets you confirm whether the specified property can still be edited while the scenario is running.
Test-RuntimeChangeableScenarioProperty [Name] [Index] [Host]
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
The result is a true or false value for the index or property name specified.
Copyright © 2015 Arcserve.
All rights reserved.
|
|