Disable-VPASCustomTheme
Synopsis:
DISABLE CUSTOM THEME |
Description:
USE THIS FUNCTION TO DISABLE A CUSTOM THEME IN CYBERARK AND REVERT BACK TO DEFAULT THEME |
Syntax:
Disable-VPASCustomTheme [-token <Hashtable>] [<CommonParameters>] |
Disable-VPASCustomTheme -InputParameters <Hashtable> [-token <Hashtable>] [<CommonParameters>] |
Parameters:
-InputParameters <Hashtable> |
-token <Hashtable> |
<CommonParameters> |
Examples:
$DisableThemeStatus = Disable-VPASCustomTheme |
$InputParameters = @{} |
Outputs:
$true if successful |
$false if failed |