Get-VPASDPAStrongAccountDetails
Synopsis:
GET DPA STRONG ACCOUNT DETAILS |
Description:
USE THIS FUNCTION TO RETRIEVE STRONG ACCOUNT DETAILS FROM DPA |
Syntax:
Get-VPASDPAStrongAccountDetails -StrongAccountID <String> [-token <Hashtable>] [<CommonParameters>] |
Get-VPASDPAStrongAccountDetails -StrongAccountName <String> [-token <Hashtable>] [<CommonParameters>] |
Get-VPASDPAStrongAccountDetails -InputParameters <Hashtable> [-token <Hashtable>] [<CommonParameters>] |
Parameters:
-StrongAccountID <String> |
-StrongAccountName <String> |
-InputParameters <Hashtable> |
-token <Hashtable> |
<CommonParameters> |
Examples:
$StrongAccountDetails = Get-VPASDPAStrongAccountDetails -StrongAccountID {STRONG ACCOUNT ID VALUE} |
$StrongAccountDetails = Get-VPASDPAStrongAccountDetails -StrongAccountName {STRONG ACCOUNT NAME VALUE} |
$InputParameters = @{ |
$InputParameters = @{ |
Outputs:
If successful: |
$false if failed |