Remove-RASTheme

NAME

Remove-RASTheme

SYNOPSIS

Removes a theme.

SYNTAX

Remove-RASTheme [-Idarrow-up-right] <uint> [<CommonParametersarrow-up-right>] Remove-RASTheme [-Namearrow-up-right] <string> [<CommonParametersarrow-up-right>]

DESCRIPTION

Removes a theme.

PARAMETERS

-Name <string> Name of the Theme to be removed.

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

-Id <uint> The ID of the Theme to be removed. To obtain the ID, use the Get-RASTheme cmdlet.

<CommonParameters>

INPUTS

-none-

OUTPUTS

-none-

EXAMPLES

---------- EXAMPLE 1 ---------- Remove-RASTheme -Name NewTheme Removes the theme named NewTheme.

Last updated