New-RASTheme
NAME
New-RASTheme
SYNOPSIS
Adds a new theme.
SYNTAX
New-RASTheme [-Name] <string> [-Description <string>] [<CommonParameters>]
DESCRIPTION
Adds a new theme.
PARAMETERS
-Name <string> Name of the new Theme policy.
-Description <string> Description for the new Theme policy.
<CommonParameters>
INPUTS
-none-
OUTPUTS
EXAMPLES
---------- EXAMPLE 1 ---------- New-RASTheme -Name NewTheme Adds a new theme named as NewTheme.
Last updated