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.
Accept pipeline input? false
Accept wildcard characters? false
-Description <string>
Description for the new Theme policy.
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters .
INPUTS
-none-
OUTPUTS
Theme
EXAMPLES
---------- EXAMPLE 1 ----------
New-RASTheme -Name NewTheme
Adds a new theme named as NewTheme.