Export-VPASPlatform
Synopsis:
EXPORT PLATFORM FROM CYBERARK |
Description:
USE THIS FUNCTION TO EXPORT A PLATFORM FROM CYBERARK |
Syntax:
Export-VPASPlatform -PlatformName <String> [-Directory <String>] [-HideOutput] [-token <Hashtable>] [<CommonParameters>] |
Export-VPASPlatform -InputParameters <Hashtable> [-token <Hashtable>] [<CommonParameters>] |
Parameters:
-PlatformName <String> |
-Directory <String> |
-HideOutput [<SwitchParameter>] |
-InputParameters <Hashtable> |
-token <Hashtable> |
<CommonParameters> |
Examples:
$ExportPlatformStatus = Export-VPASPlatform -PlatformName {PLATFORMNAME VALUE} |
$ExportPlatformStatus = Export-VPASPlatform -PlatformName {PLATFORMNAME VALUE} -Directory {C:\ExampleDir} |
$InputParameters = @{ |
Outputs:
$true if successful |
$false if failed |