Remove-VPASAccountFromAccountGroup
Synopsis:
DELETE ACCOUNT FROM ACCOUNT GROUP |
Description:
USE THIS FUNCTION TO DELETE ACCOUNT FROM ACCOUNT GROUP |
Syntax:
Remove-VPASAccountFromAccountGroup -GroupID <String> [-safe <String>] [-platform <String>] [-username <String>] [-address <String>] [-WhatIf] [-HideWhatIfOutput] [-token <Hashtable>] [<CommonParameters>] |
Remove-VPASAccountFromAccountGroup -GroupID <String> -AcctID <String> [-WhatIf] [-HideWhatIfOutput] [-token <Hashtable>] [<CommonParameters>] |
Remove-VPASAccountFromAccountGroup [-safe <String>] [-platform <String>] [-username <String>] [-address <String>] -GroupName <String> [-WhatIf] [-HideWhatIfOutput] [-token <Hashtable>] [<CommonParameters>] |
Remove-VPASAccountFromAccountGroup -AcctID <String> -GroupName <String> [-WhatIf] [-HideWhatIfOutput] [-token <Hashtable>] [<CommonParameters>] |
Remove-VPASAccountFromAccountGroup -InputParameters <Hashtable> [-token <Hashtable>] [<CommonParameters>] |
Parameters:
-GroupID <String> |
-safe <String> |
-platform <String> |
-username <String> |
-address <String> |
-AcctID <String> |
-GroupName <String> |
-WhatIf [<SwitchParameter>] |
-HideWhatIfOutput [<SwitchParameter>] |
-InputParameters <Hashtable> |
-token <Hashtable> |
<CommonParameters> |
Examples:
$WhatIfSimulation = Remove-VPASAccountFromAccountGroup -GroupID {GROUPID VALUE} -AcctID {ACCTID VALUE} -WhatIf |
$DeleteAccountFromAccountGroupStatus = Remove-VPASAccountFromAccountGroup -GroupID {GROUPID VALUE} -AcctID {ACCTID VALUE} |
$DeleteAccountFromAccountGroupStatus = Remove-VPASAccountFromAccountGroup -GroupName {GROUPNAME VALUE} -safe {SAFE VALUE} -platform {PLATFORM VALUE} -username {USERNAME VALUE} -address {ADDRESS VALUE} |
$InputParameters = @{ |
$InputParameters = @{ |
$InputParameters = @{ |
$InputParameters = @{ |
Outputs:
$true if successful |
$false if failed |