Remove-VPASEPVGroup
Synopsis:
DELETE EPV GROUP |
Description:
USE THIS FUNCTION TO DELETE AN EPV GROUP |
Syntax:
Remove-VPASEPVGroup -GroupName <String> [-WhatIf] [-HideWhatIfOutput] [-token <Hashtable>] [<CommonParameters>] |
Remove-VPASEPVGroup -GroupID <String> [-WhatIf] [-HideWhatIfOutput] [-token <Hashtable>] [<CommonParameters>] |
Remove-VPASEPVGroup -InputParameters <Hashtable> [-token <Hashtable>] [<CommonParameters>] |
Parameters:
-GroupName <String> |
-GroupID <String> |
-WhatIf [<SwitchParameter>] |
-HideWhatIfOutput [<SwitchParameter>] |
-InputParameters <Hashtable> |
-token <Hashtable> |
<CommonParameters> |
Examples:
$WhatIfSimulation = Remove-VPASEPVGroup -GroupName {GROUPNAME VALUE} -WhatIf |
$DeleteEPVGroupStatus = Remove-VPASEPVGroup -GroupName {GROUPNAME VALUE} |
$DeleteEPVGroupStatus = Remove-VPASEPVGroup -GroupID {GROUPID VALUE} |
$InputParameters = @{ |
$InputParameters = @{ |
Outputs:
$true if successful |
$false if failed |