Set-RASTemplateVersion
Last updated
Last updated
Set-RASTemplateVersion
Modifies the properties of a RAS Template version.
Set-RASTemplateVersion [-] <> [- <string>] [- <string>] [<>] Set-RASTemplateVersion [[-] <uint>] [[-] <string>] [[-] <uint>] - {RDSTemplate | VDITemplate | AVDTemplate} - <uint> [- <string>] [- <string>] [<>]
Modifies the properties of a RAS Template version.
-TemplateName <string> The name of the target RAS Template.
-TemplateSiteId <uint> Site ID of the specified RAS Template. If the parameter is omitted, the site ID of the Licensing Server will be used.
-TemplateId <uint> The ID of the target RAS Template.
-VersionId <uint> The Version ID of the Template Version.
-NewName <string> Template version name.
-VersionDescription <string> Template version description
<CommonParameters>
-none-
---------- EXAMPLE 1 ---------- Set-RASTemplateVersion -ObjType VDITemplate -Id 1 Modifies the version of the Template specified by ObjType and ID.
-ObjType <> The Object Type from which to update the Template Version. Possible values: RDSTemplate, VDITemplate, AVDTemplate
-InputObject <> An object of type template version representing a RAS Template Version. The object is obtained using the Get-RASTemplateVersion cmdlet.