Get-VPASDPAPolicies
Synopsis:
GET DPA POLICIES |
Description:
USE THIS FUNCTION TO RETRIEVE POLICIES FROM DPA VIA SEARCH QUERY |
Syntax:
Get-VPASDPAPolicies -SearchQuery <String> [-token <Hashtable>] [<CommonParameters>] |
Get-VPASDPAPolicies -InputParameters <Hashtable> [-token <Hashtable>] [<CommonParameters>] |
Parameters:
-SearchQuery <String> |
-InputParameters <Hashtable> |
-token <Hashtable> |
<CommonParameters> |
Examples:
$TargetPolicies = Get-VPASDPAPolicies -SearchQuery {SEARCH QUERY VALUE} |
$InputParameters = @{ |
Outputs:
If successful: |
$false if failed |