Get-RASTemplateVersion

NAME

Get-RASTemplateVersion

SYNOPSIS

Retrieves the settings information of one or more Template Versions.

SYNTAX

Get-RASTemplateVersion -ObjType {VDITemplateVersion | RDSTemplateVersion | AVDTemplateVersion} -TemplateId (uint) [Id (uint)] [(CommonParameters)]

Get-RASTemplateVersion [[-SiteId] (uint)] -ObjType {VDITemplateVersion | RDSTemplateVersion | AVDTemplateVersion} -TemplateId (uint) [Name (string)] [(CommonParameters)]

DESCRIPTION

Retrieves the settings information of one or more Template Versions.

PARAMETERS

Name (string)

The Name of the Template Version.

SiteId (uint)

The Id of the site which contains the Template Version.

Id (uint)

The ID of the Template Version.

TemplateId (uint)

The ID of the Template that contains the Template Version.

ObjType

(TemplateVersionObjType) The Template Type.

Possible values: VDITemplateVersion, RDSTemplateVersion, AVDTemplateVersion

(CommonParameters)

INPUTS

-none-

OUTPUTS

TemplateVersion

EXAMPLES

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

Get-RASTemplateVersion -ObjType VDITemplate -TemplateId 1107548564

Retrieves the settings information of all Versions found within the specified VDI Template. ---------- EXAMPLE 2 ----------

Get-RASTemplateVersion -ObjType RDSTemplate -TemplateId 1107548564 -Name "Version 1"

Retrieves the settings information of the specified Version from the specified RDS Template. ---------- EXAMPLE 3 ----------

Get-RASTemplateVersion -ObjType AVDTemplate -TemplateId 1107548564 -Id 1

Retrieves the settings information of the specified Version from the specified AVD Template.

Last updated