Get-VPASAccountDetailsExtended
Synopsis:
GET ACCOUNT EXTENDED DETAILS |
Description:
USE THIS FUNCTION TO GET EXTENDED DETAILS OF AN ACCOUNT IN CYBERARK |
Syntax:
Get-VPASAccountDetailsExtended [-safe <String>] [-platform <String>] [-username <String>] [-address <String>] [-ExactMatch] [-HideWarning] [-ExportToCSV] [-CSVDirectory <String>] [-token <Hashtable>] [<CommonParameters>] |
Get-VPASAccountDetailsExtended -AcctID <String> [-ExportToCSV] [-CSVDirectory <String>] [-token <Hashtable>] [<CommonParameters>] |
Get-VPASAccountDetailsExtended -InputParameters <Hashtable> [-token <Hashtable>] [<CommonParameters>] |
Parameters:
-safe <String> |
-platform <String> |
-username <String> |
-address <String> |
-AcctID <String> |
-ExactMatch [<SwitchParameter>] |
-HideWarning [<SwitchParameter>] |
-InputParameters <Hashtable> |
-ExportToCSV [<SwitchParameter>] |
-CSVDirectory <String> |
-token <Hashtable> |
<CommonParameters> |
Examples:
$AccountDetailsExtendedJSON = Get-VPASAccountDetailsExtended -safe {SAFE VALUE} -username {USERNAME VALUE} |
$AccountDetailsExtendedJSON = Get-VPASAccountDetailsExtended -AcctID {ACCTID VALUE} |
$InputParameters = @{ |
$InputParameters = @{ |
Outputs:
If successful: |
$false if failed |