# Set-RASTemplateVersion

## NAME

Set-RASTemplateVersion

## SYNOPSIS

Modifies the properties of a Template Version.

## SYNTAX

**Set-RASTemplateVersion** -[ObjType](#objtype) {VDITemplateVersion | RDSTemplateVersion | AVDTemplateVersion} -[TemplateId](#templateid-string) *(uint)* \[[Description](#description-string) *(string)*] \[[Id](#id-string) *(uint)*] \[[NewName](#newname-string) *(string)*] \[[TagId1](#tagid1-string) *(bool)*] \[[TagId2](#tagid2-string) *(bool)*] \[[TagId3](#tagid3-string) *(bool)*] \[*(*[*CommonParameters*](#CommonParameters)*)*]

**Set-RASTemplateVersion** \[-[InputObject](#inputobject)] *(*[*TemplateVersion*](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/templateversion)*)* -[ObjType](#objtype) {VDITemplateVersion | RDSTemplateVersion | AVDTemplateVersion} -[TemplateId](#templateid-string) *(uint)* \[[Description](#description-string) *(string)*] \[[NewName](#newname-string) *(string)*] \[[TagId1](#tagid1-string) *(bool)*] \[[TagId2](#tagid2-string) *(bool)*] \[[TagId3](#tagid3-string) *(bool)*] \[*(*[*CommonParameters*](#CommonParameters)*)*]

**Set-RASTemplateVersion** \[\[-[SiteId](#siteid-string)] *(uint)*] -[ObjType](#objtype) {VDITemplateVersion | RDSTemplateVersion | AVDTemplateVersion} -[TemplateId](#templateid-string) *(uint)* \[[Description](#description-string) *(string)*] \[[Name](#name-string) *(string)*] \[[NewName](#newname-string) *(string)*] \[[TagId1](#tagid1-string) *(bool)*] \[[TagId2](#tagid2-string) *(bool)*] \[[TagId3](#tagid3-string) *(bool)*] \[*(*[*CommonParameters*](#CommonParameters)*)*]

## DESCRIPTION

Modifies the properties of a Template Version.

## PARAMETERS

## InputObject ([TemplateVersion](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/templateversion))

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

The object is obtained using the Get-RASTemplateVersion cmdlet.

```
        Required?                    true

        Position?                    0

        Default value                

        Accept pipeline input?       true (ByValue)

        Accept wildcard characters?  false
```

## NewName (string)

Template version name.

```
        Required?                    false

        Position?                    named

        Default value                

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## Description (string)

Template version description

```
        Required?                    false

        Position?                    named

        Default value                

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## TagId1 (bool)

Enable or disable Tag with Id 1.

```
        Required?                    false

        Position?                    named

        Default value                

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## TagId2 (bool)

Enable or disable Tag with Id 2.

```
        Required?                    false

        Position?                    named

        Default value                

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## TagId3 (bool)

Enable or disable Tag with Id 3.

```
        Required?                    false

        Position?                    named

        Default value                

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## Name (string)

The Name of the Template Version.

```
        Required?                    false

        Position?                    named

        Default value                

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## SiteId (uint)

The Id of the site which contains the Template Version.

```
        Required?                    false

        Position?                    1

        Default value                0

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## Id (uint)

The ID of the Template Version.

```
        Required?                    false

        Position?                    named

        Default value                0

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## TemplateId (uint)

The ID of the Template that contains the Template Version.

```
        Required?                    true

        Position?                    named

        Default value                0

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## ObjType ([TemplateVersion](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/templateversion))

The Template Type.

Possible values: VDITemplateVersion, RDSTemplateVersion, AVDTemplateVersion

```
        Required?                    true

        Position?                    named

        Default value                0

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

(CommonParameters)

```
        This cmdlet supports the common parameters: Verbose, Debug,

        ErrorAction, ErrorVariable, WarningAction, WarningVariable,

        OutBuffer, PipelineVariable, and OutVariable. For more information, see 

        about_CommonParameters documentation. 
```

## INPUTS

[TemplateVersion](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/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.\
\&#xNAN;**---------- EXAMPLE 2 ----------**

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

Modifies the Name of the specified VDI Template Version.

## RELATED LINKS

* [Get-RASTemplateVersion](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/get-rastemplateversion)
* [Remove-RASTemplateVersion](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/remove-rastemplateversion)
