Get-RASTemplateVersionSettings

NAME

Get-RASTemplateVersionSettings

SYNOPSIS

Retrieves Template Version settings.

SYNTAX

Get-RASTemplateVersionSettings [SiteId (uint)] [(CommonParameters)]

DESCRIPTION

Retrieves the active Template Version settings for the current site.

PARAMETERS

SiteId (uint)

The ID of the Site from which to retrieve the template version settings.

To obtain the ID of the desired Site, use the Get-Sites cmdlet.

(CommonParameters)

INPUTS

-none-

OUTPUTS

TemplateVersionSettings

EXAMPLES

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

Get-RASTemplateVersionSettings

Obtains the active Template version settings for the current site.

Last updated