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.
An object of type template version representing a RAS Template Version.
The object is obtained using the Get-RASTemplateVersion cmdlet.
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 ----------
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.