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.
-InputObject <> An object of type template version representing a RAS Template Version.
The object is obtained using the Get-RASTemplateVersion cmdlet.
-NewName <string> Template version name.
-Description <string> Template version description
-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 ----------
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.
-ObjType <> The Template Type.