Copy-VPASGroupPlatform
Synopsis:
DUPICATE GROUP PLATFORM |
Description:
USE THIS FUNCTION TO DUPLICATE A GROUP PLATFORM |
Syntax:
Copy-VPASGroupPlatform -DuplicateFromGroupPlatformID <String> -NewGroupPlatformID <String> [-Description <String>] [-token <Hashtable>] [<CommonParameters>] |
Copy-VPASGroupPlatform -InputParameters <Hashtable> [-token <Hashtable>] [<CommonParameters>] |
Parameters:
-DuplicateFromGroupPlatformID <String> |
-NewGroupPlatformID <String> |
-Description <String> |
-InputParameters <Hashtable> |
-token <Hashtable> |
<CommonParameters> |
Examples:
$NewGroupPlatformIDJSON = Copy-VPASGroupPlatform -DuplicateFromGroupPlatformID {DUPLICATE FROM GROUP PLATFORMID VALUE} -NewGroupPlatformID {NEW GROUP PLATFORMID VALUE} -Description {DESCRIPTION VALUE} |
$InputParameters = @{ |
Outputs:
If successful: |
$false if failed |