Set-RASTemplateVersion

NAME

Set-RASTemplateVersion

SYNOPSIS

Modifies the properties of a Template Version.

SYNTAX

Set-RASTemplateVersion -ObjType {VDITemplateVersion | RDSTemplateVersion | AVDTemplateVersion} -TemplateId (uint) [Description (string)] [Id (uint)] [NewName (string)] [TagId1 (bool)] [TagId2 (bool)] [TagId3 (bool)] [(CommonParameters)]

Set-RASTemplateVersion [-InputObject] (TemplateVersion) -ObjType {VDITemplateVersion | RDSTemplateVersion | AVDTemplateVersion} -TemplateId (uint) [Description (string)] [NewName (string)] [TagId1 (bool)] [TagId2 (bool)] [TagId3 (bool)] [(CommonParameters)]

Set-RASTemplateVersion [[-SiteId] (uint)] -ObjType {VDITemplateVersion | RDSTemplateVersion | AVDTemplateVersion} -TemplateId (uint) [Description (string)] [Name (string)] [NewName (string)] [TagId1 (bool)] [TagId2 (bool)] [TagId3 (bool)] [(CommonParameters)]

DESCRIPTION

Modifies the properties of a Template Version.

PARAMETERS

InputObject (TemplateVersion)

An object of type template version representing a RAS Template Version.

The object is obtained using the Get-RASTemplateVersion cmdlet.

NewName (string)

Template version name.

Description (string)

Template version description

TagId1 (bool)

Enable or disable Tag with Id 1.

TagId2 (bool)

Enable or disable Tag with Id 2.

TagId3 (bool)

Enable or disable Tag with Id 3.

Name (string)

The Name of the Template Version.

SiteId (uint)

The Id of the site which contains the Template Version.

Id (uint)

The ID of the Template Version.

TemplateId (uint)

The ID of the Template that contains the Template Version.

ObjType (TemplateVersion)

The Template Type.

Possible values: VDITemplateVersion, RDSTemplateVersion, AVDTemplateVersion

(CommonParameters)

INPUTS

TemplateVersion

OUTPUTS

-none-

EXAMPLES

---------- EXAMPLE 1 ----------

Set-RASTemplateVersion -ObjType AVDTemplate -TemplateId 1107548564 -Name "Old Version" -NewName "New Version"

Modifies the Name of the specified AVD Template Version. ---------- EXAMPLE 2 ----------

Set-RASTemplateVersion -ObjType VDITemplate -TemplateId 1107548564 -Id 1 -Description "New decsription"

Modifies the Name of the specified VDI Template Version.

Last updated