Remove-VPASEPVUser
Synopsis:
DELETE EPV USER |
Description:
USE THIS FUNCTION TO DELETE AN EPV USER |
Syntax:
Remove-VPASEPVUser -EPVUsername <String> [-Confirm] [-WhatIf] [-HideWhatIfOutput] [-token <Hashtable>] [<CommonParameters>] |
Remove-VPASEPVUser -EPVUserID <String> [-Confirm] [-WhatIf] [-HideWhatIfOutput] [-token <Hashtable>] [<CommonParameters>] |
Remove-VPASEPVUser -InputParameters <Hashtable> [-token <Hashtable>] [<CommonParameters>] |
Parameters:
-EPVUsername <String> |
-EPVUserID <String> |
-Confirm [<SwitchParameter>] |
-WhatIf [<SwitchParameter>] |
-HideWhatIfOutput [<SwitchParameter>] |
-InputParameters <Hashtable> |
-token <Hashtable> |
<CommonParameters> |
Examples:
$WhatIfSimulation = Remove-VPASEPVUser -EPVUsername {EPVUSERNAME VALUE} -WhatIf |
$DeleteEPVUserStatus = Remove-VPASEPVUser -EPVUsername {EPVUSERNAME VALUE} |
$DeleteEPVUserStatus = Remove-VPASEPVUser -EPVUserID {EPVUSERID VALUE} -Confirm |
$InputParameters = @{ |
$InputParameters = @{ |
Outputs:
$true if successful |
$false if failed |