Get-VPASAccountCompliance
Synopsis:
GET ACCOUNT COMPLIANCE STATUS |
Description:
USE THIS FUNCTION TO GET THE COMPLIANCE STATUS OF ACCOUNTS IN CYBERARK BASED ON A SEARCH QUERY |
Syntax:
Get-VPASAccountCompliance [-safe <String>] [-platform <String>] [-username <String>] [-address <String>] [-ExactMatch] [-ExportToCSV] [-CSVDirectory <String>] [-token <Hashtable>] [<CommonParameters>] |
Get-VPASAccountCompliance -AcctID <String> [-ExportToCSV] [-CSVDirectory <String>] [-token <Hashtable>] [<CommonParameters>] |
Get-VPASAccountCompliance -InputParameters <Hashtable> [-token <Hashtable>] [<CommonParameters>] |
Parameters:
-safe <String> |
-platform <String> |
-username <String> |
-address <String> |
-AcctID <String> |
-ExactMatch [<SwitchParameter>] |
-ExportToCSV [<SwitchParameter>] |
-CSVDirectory <String> |
-InputParameters <Hashtable> |
-token <Hashtable> |
<CommonParameters> |
Examples:
$ComplianceStatus = Get-VPASAccountCompliance -safe {SAFE VALUE} -platform {PLATFORM VALUE} -address {ADDRESS VALUE} -username {USRNAME VALUE} -ExactMatch |
$ComplianceStatus = Get-VPASAccountCompliance -AcctID {ACCTID VALUE} |
$InputParameters = @{ |
$InputParameters = @{ |
Outputs:
If successful: |
$false if failed |