Remove-VPASDPAStrongAccount
Synopsis:
DELETE DPA STRONG ACCOUNT |
Description:
USE THIS FUNCTION TO DELETE A STRONG ACCOUNT FROM DPA |
Syntax:
Remove-VPASDPAStrongAccount -StrongAccountID <String> [-WhatIf] [-HideWhatIfOutput] [-token <Hashtable>] [<CommonParameters>] |
Remove-VPASDPAStrongAccount -StrongAccountName <String> [-WhatIf] [-HideWhatIfOutput] [-token <Hashtable>] [<CommonParameters>] |
Remove-VPASDPAStrongAccount -InputParameters <Hashtable> [-token <Hashtable>] [<CommonParameters>] |
Parameters:
-StrongAccountID <String> |
-StrongAccountName <String> |
-WhatIf [<SwitchParameter>] |
-HideWhatIfOutput [<SwitchParameter>] |
-InputParameters <Hashtable> |
-token <Hashtable> |
<CommonParameters> |
Examples:
$DeleteStrongAccount = Remove-VPASDPAStrongAccount -StrongAccountID {STRONG ACCOUNT ID VALUE} |
$DeleteStrongAccount = Remove-VPASDPAStrongAccount -StrongAccountName {STRONG ACCOUNT NAME VALUE} -WhatIf |
$InputParameters = @{ |
$InputParameters = @{ |
Outputs:
$true if successful |
$false if failed |