Get-VPASAllSafes
Synopsis:
GET ALL CYBERARK SAFES |
Description:
USE THIS FUNCTION TO RETRIEVE ALL SAFES |
Syntax:
Get-VPASAllSafes [-IncludeAccounts] [-ExportToCSV] [-CSVDirectory <String>] [-token <Hashtable>] [<CommonParameters>] |
Get-VPASAllSafes -InputParameters <Hashtable> [-token <Hashtable>] [<CommonParameters>] |
Parameters:
-IncludeAccounts [<SwitchParameter>] |
-ExportToCSV [<SwitchParameter>] |
-CSVDirectory <String> |
-InputParameters <Hashtable> |
-token <Hashtable> |
<CommonParameters> |
Examples:
$AllSafesJSON = Get-VPASAllSafes -IncludeAccounts |
$InputParameters = @{ |
Outputs:
If successful: |
$false if failed |