Remove-RASTemplate
Remove a Template property.
Remove-RASTemplate [-Id] <uint> -ObjType {RDSTemplate | VDITemplate | AVDTemplate} [-DeleteAllCreatedHosts <SwitchParameter>] [<CommonParameters>]
Remove-RASTemplate [-InputObject] <Template> -ObjType {RDSTemplate | VDITemplate | AVDTemplate} [-DeleteAllCreatedHosts <SwitchParameter>] [<CommonParameters>]
Remove-RASTemplate [-Name] <string> [[-SiteId] <uint>] -ObjType {RDSTemplate | VDITemplate | AVDTemplate} [-DeleteAllCreatedHosts <SwitchParameter>] [<CommonParameters>]
The cmdlet removes a Template property.
-Name <string> The name of a RAS Template to remove from the site.
-SiteId <uint> Site ID from which to remove the specified RAS Template.
If the parameter is omitted, the site ID of the Licensing Server will be used.
-Id <uint> The ID of the RAS Template to remove.
To obtain the ID of a RAS Template, use the Get-Template cmdlet.
-InputObject <Template> An object of type RAS Template.
To obtain the object, use the Get-Template cmdlet.
-ObjType <Template> Template object type.
Possible values: RDSTemplate, VDITemplate, AVDTemplate
-DeleteAllCreatedHosts <SwitchParameter> Specifies whether to delete all created host VMs.
If this parameter is omitted, all created host VMs will be kept on the server.
<CommonParameters>
-none-
---------- EXAMPLE 1 ----------
Remove-RASTemplate -ObjType RDSTemplate -Name "My Template" | Format-List
Removes the RDS Template properties specified by name from the Licensing Server site. ---------- EXAMPLE 2 ----------
Get-RASTemplate -ObjType VDITemplate -Id 10
Removes VDI Template specified by ID from the Licensing Server site.