For the complete documentation index, see llms.txt. This page is also available as Markdown.

New-RASTheme

NAME

New-RASTheme

SYNOPSIS

Adds a new theme.

SYNTAX

New-RASTheme [Name] (string) [[-SiteId] (uint)] [Description (string)] [(CommonParameters)] **

DESCRIPTION

Adds a new theme.

PARAMETERS

Name (string)

Name of the new Theme policy.

SiteId (uint)

The site ID to which to add the specified server.

If the parameter is omitted, the Licensing Server site ID will be used.

Description (string)

Description for the new Theme policy.

(CommonParameters)

INPUTS

-none-

OUTPUTS

Theme

---------- EXAMPLE 1 ----------

New-RASTheme -Name NewTheme

Adds a new theme named as NewTheme.

Last updated