Remove-RASTemplateVersion

NAME

Remove-RASTemplateVersion

SYNOPSIS

Removes a RAS Template version.

SYNTAX

Remove-RASTemplateVersion [-TemplateIdarrow-up-right] <uint> [[-TemplateSiteIdarrow-up-right] <uint>] -ObjTypearrow-up-right {RDSTemplate | VDITemplate | AVDTemplate} -VersionIdarrow-up-right <uint> [<CommonParametersarrow-up-right>] Remove-RASTemplateVersion [-InputObjectarrow-up-right] <TemplateVersionarrow-up-right> [<CommonParametersarrow-up-right>] Remove-RASTemplateVersion [-TemplateNamearrow-up-right] <string> [[-TemplateSiteIdarrow-up-right] <uint>] -ObjTypearrow-up-right {RDSTemplate | VDITemplate | AVDTemplate} -VersionIdarrow-up-right <uint> [<CommonParametersarrow-up-right>]

DESCRIPTION

Removes a RAS Template version.

PARAMETERS

-TemplateName <string> The name of the target RAS Template.

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

-TemplateSiteId <uint> Site ID of the specified RAS Template. If the parameter is omitted, the site ID of the Licensing Server will be used.

-TemplateId <uint> The ID of the target RAS Template.

-ObjType <TemplateObjTypearrow-up-right> The Object Type from which to remove the Template Version. Possible values: RDSTemplate, VDITemplate, AVDTemplate

-VersionId <uint> The Version ID of the Template Version.

-InputObject <TemplateVersionarrow-up-right> An object of type template version representing a RAS Template Version. The object is obtained using the Get-RASTemplateVersion cmdlet.

<CommonParameters>

INPUTS

TemplateVersionarrow-up-right

OUTPUTS

-none-

EXAMPLES

---------- EXAMPLE 1 ---------- Remove-RASTemplateVersion -ObjType VDITemplate -Id 1 Removes the version of the Template specified by ObjType and ID.

Last updated