Remove-RASTemplate

NAME

Remove-RASTemplate

SYNOPSIS

Remove a Template property.

SYNTAX

Remove-RASTemplate [-Idarrow-up-right] <uint> -ObjTypearrow-up-right {RDSTemplate | VDITemplate | AVDTemplate} [-DeleteAllCreatedHostsarrow-up-right <SwitchParameter>] [<CommonParametersarrow-up-right>] Remove-RASTemplate [-InputObjectarrow-up-right] <Templatearrow-up-right> -ObjTypearrow-up-right {RDSTemplate | VDITemplate | AVDTemplate} [-DeleteAllCreatedHostsarrow-up-right <SwitchParameter>] [<CommonParametersarrow-up-right>] Remove-RASTemplate [-Namearrow-up-right] <string> [[-SiteIdarrow-up-right] <uint>] -ObjTypearrow-up-right {RDSTemplate | VDITemplate | AVDTemplate} [-DeleteAllCreatedHostsarrow-up-right <SwitchParameter>] [<CommonParametersarrow-up-right>]

DESCRIPTION

The cmdlet removes a Template property.

PARAMETERS

-Name <string> The name of a RAS Template to remove from the site.

        Required?                    true
        Position?                    0
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

-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 <Templatearrow-up-right> An object of type RAS Template. To obtain the object, use the Get-Template cmdlet.

-ObjType <Templatearrow-up-right> 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>

INPUTS

Templatearrow-up-right

OUTPUTS

-none-

EXAMPLES

---------- 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.

Last updated