Get-RASTemplateVersion
Last updated
Last updated
Get-RASTemplateVersion
Retrieves the settings information of one or more Template Versions.
Get-RASTemplateVersion - {VDITemplateVersion | RDSTemplateVersion | AVDTemplateVersion} - <uint> [- <uint>] [<>]
Get-RASTemplateVersion [[-] <uint>] - {VDITemplateVersion | RDSTemplateVersion | AVDTemplateVersion} - <uint> [- <string>] [<>]
Retrieves the settings information of one or more Template Versions.
-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.
Possible values: VDITemplateVersion, RDSTemplateVersion, AVDTemplateVersion
<CommonParameters>
-none-
---------- 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.
-ObjType <> The Template Type.