Enable-VPASCustomTheme
Synopsis:
ENABLE CUSTOM THEME |
Description:
USE THIS FUNCTION TO ENABLE A CUSTOM THEME IN CYBERARK |
Syntax:
Enable-VPASCustomTheme -ThemeName <String> [-token <Hashtable>] [<CommonParameters>] |
Enable-VPASCustomTheme -InputParameters <Hashtable> [-token <Hashtable>] [<CommonParameters>] |
Parameters:
-ThemeName <String> |
-InputParameters <Hashtable> |
-token <Hashtable> |
<CommonParameters> |
Examples:
$EnableThemeStatus = Enable-VPASCustomTheme -ThemeName {THEME NAME VALUE} |
$InputParameters = @{ |
Outputs:
$true if successful |
$false if failed |