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