Set-RASTemplateVersion
Last updated
Last updated
Set-RASTemplateVersion
Modifies the properties of a Template Version.
Set-RASTemplateVersion - {VDITemplateVersion | RDSTemplateVersion | AVDTemplateVersion} - (uint) [ (string)] [ (uint)] [ (string)] [()]
Set-RASTemplateVersion [-] () - {VDITemplateVersion | RDSTemplateVersion | AVDTemplateVersion} - (uint) [ (string)] [ (string)] [()]
Set-RASTemplateVersion [[-] (uint)] - {VDITemplateVersion | RDSTemplateVersion | AVDTemplateVersion} - (uint) [ (string)] [ (string)] [ (string)] [()]
Modifies the properties of a Template Version.
An object of type template version representing a RAS Template Version.
The object is obtained using the Get-RASTemplateVersion cmdlet.
Template version name.
Template version description
The Name of the Template Version.
The Id of the site which contains the Template Version.
The ID of the Template Version.
The ID of the Template that contains the Template Version.
The Template Type.
Possible values: VDITemplateVersion, RDSTemplateVersion, AVDTemplateVersion
(CommonParameters)
-none-
**---------- EXAMPLE 1 ----------
Set-RASTemplateVersion -ObjType AVDTemplate -TemplateId 1107548564 -Name "Old Version" -NewName "New Version"
Modifies the Name of the specified AVD Template Version. **---------- EXAMPLE 2 ----------
Set-RASTemplateVersion -ObjType VDITemplate -TemplateId 1107548564 -Id 1 -Description "New decsription"
Modifies the Name of the specified VDI Template Version.