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.
Required? false
Position? named
Default value 0
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 documentation.
INPUTS
-none-
OUTPUTS
EXAMPLES
**---------- EXAMPLE 1 ----------
Get-RASTemplateVersionSettings
Obtains the active Template version settings for the current site.
RELATED LINKS
Last updated