Remove-RASTemplateVersion
Last updated
Last updated
Remove-RASTemplateVersion
Removes a Template version.
Remove-RASTemplateVersion - {VDITemplateVersion | RDSTemplateVersion | AVDTemplateVersion} - <uint> [- <uint>] [<>]
Remove-RASTemplateVersion [-] <> - {VDITemplateVersion | RDSTemplateVersion | AVDTemplateVersion} - <uint> [<>]
Remove-RASTemplateVersion [[-] <uint>] - {VDITemplateVersion | RDSTemplateVersion | AVDTemplateVersion} - <uint> [- <string>] [<>]
Removes a Template version.
-InputObject <> An object of type template version representing a RAS Template Version.
The object is obtained using the Get-RASTemplateVersion cmdlet.
-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 ----------
Remove-RASTemplateVersion -ObjType AVDTemplate -TemplateId 1107548564 -Name "Version 1"
Removes the specified AVD Template Version. ---------- EXAMPLE 2 ----------
Remove-RASTemplateVersion -ObjType VDITemplate -TemplateId 1107548564 -Id 1
Modifies the specified VDI Template Version.
-ObjType <> The Template Type.