Get-VPASSafes
Synopsis:
GET CYBERARK SAFES |
Description:
USE THIS FUNCTION TO RETRIEVE SAFES BASED ON A SEARCH QUERY |
Syntax:
Get-VPASSafes -searchQuery <String> [-IncludeAccounts] [-token <Hashtable>] [<CommonParameters>] |
Get-VPASSafes -InputParameters <Hashtable> [-token <Hashtable>] [<CommonParameters>] |
Parameters:
-searchQuery <String> |
-IncludeAccounts [<SwitchParameter>] |
-InputParameters <Hashtable> |
-token <Hashtable> |
<CommonParameters> |
Examples:
$SafesJSON = Get-VPASSafes -searchQuery {SEARCHQUERY VALUE} |
$InputParameters = @{ |
Outputs:
If successful: |
$false if failed |