New-RASTheme

NAME

New-RASTheme

SYNOPSIS

Adds a new theme.

SYNTAX

New-RASTheme [-Namearrow-up-right] <string> [-Descriptionarrow-up-right <string>] [<CommonParametersarrow-up-right>]

DESCRIPTION

Adds a new theme.

PARAMETERS

-Name <string> Name of the new Theme policy.

        Required?                    true
        Position?                    0
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

-Description <string> Description for the new Theme policy.

<CommonParameters>

INPUTS

-none-

OUTPUTS

Themearrow-up-right

EXAMPLES

---------- EXAMPLE 1 ---------- New-RASTheme -Name NewTheme Adds a new theme named as NewTheme.

Last updated