Remove-RASTemplate
Last updated
Last updated
Remove-RASTemplate
Remove a Template property.
Remove-RASTemplate [-] <uint> - {RDSTemplate | VDITemplate | AVDTemplate} [- <SwitchParameter>] [<>] Remove-RASTemplate [-] <> - {RDSTemplate | VDITemplate | AVDTemplate} [- <SwitchParameter>] [<>] Remove-RASTemplate [-] <string> [[-] <uint>] - {RDSTemplate | VDITemplate | AVDTemplate} [- <SwitchParameter>] [<>]
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.
-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.
-InputObject <> An object of type RAS Template. To obtain the object, use the Get-Template cmdlet.
-ObjType <> Template object type. Possible values: RDSTemplate, VDITemplate, AVDTemplate