Enable-VPASRotationalPlatform
Synopsis:
ACTIVATE ROTATIONAL PLATFORM |
Description:
USE THIS FUNCTION TO ACTIVATE A ROTATIONAL PLATFORM (MAKE ROTATIONAL GROUP PLATFORM ACTIVE) |
Syntax:
Enable-VPASRotationalPlatform -ActivateRotationalPlatformID <String> [-token <Hashtable>] [<CommonParameters>] |
Enable-VPASRotationalPlatform -InputParameters <Hashtable> [-token <Hashtable>] [<CommonParameters>] |
Parameters:
-ActivateRotationalPlatformID <String> |
-InputParameters <Hashtable> |
-token <Hashtable> |
<CommonParameters> |
Examples:
$ActivateRotationalPlatformStatus = Enable-VPASRotationalPlatform -ActivateRotationalPlatformID {ACTIVATE ROTATIONAL PLATFORMID VALUE} |
$InputParameters = @{ |
Outputs:
$true if successful |
$false if failed |