All pages
Powered by GitBook
1 of 1

Loading...

Get-RASTemplateVersion

NAME

Get-RASTemplateVersion

SYNOPSIS

Retrieves the settings information of one or more Template Versions.

SYNTAX

Get-RASTemplateVersion - {VDITemplateVersion | RDSTemplateVersion | AVDTemplateVersion} - <uint> [- <uint>] [<>]

Get-RASTemplateVersion [[-] <uint>] - {VDITemplateVersion | RDSTemplateVersion | AVDTemplateVersion} - <uint> [- <string>] [<>]

DESCRIPTION

Retrieves the settings information of one or more Template Versions.

PARAMETERS

-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 <> The Template Type.

Possible values: VDITemplateVersion, RDSTemplateVersion, AVDTemplateVersion

<CommonParameters>

INPUTS

-none-

OUTPUTS

EXAMPLES

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

Get-RASTemplateVersion -ObjType VDITemplate -TemplateId 1107548564

Retrieves the settings information of all Versions found within the specified VDI Template. ---------- EXAMPLE 2 ----------

Get-RASTemplateVersion -ObjType RDSTemplate -TemplateId 1107548564 -Name "Version 1"

Retrieves the settings information of the specified Version from the specified RDS Template. ---------- EXAMPLE 3 ----------

Get-RASTemplateVersion -ObjType AVDTemplate -TemplateId 1107548564 -Id 1

Retrieves the settings information of the specified Version from the specified AVD Template.

RELATED LINKS

ObjType
TemplateId
Id
CommonParameters
SiteId
ObjType
TemplateId
Name
CommonParameters
TemplateVersionObjType
TemplateVersion
Set-RASTemplateVersion
Remove-RASTemplateVersion
        Required?                    false

        Position?                    named

        Default value                

        Accept pipeline input?       false

        Accept wildcard characters?  false
        Required?                    false

        Position?                    1

        Default value                0

        Accept pipeline input?       false

        Accept wildcard characters?  false
        Required?                    false

        Position?                    named

        Default value                0

        Accept pipeline input?       false

        Accept wildcard characters?  false
        Required?                    true

        Position?                    named

        Default value                0

        Accept pipeline input?       false

        Accept wildcard characters?  false
        Required?                    true

        Position?                    named

        Default value                0

        Accept pipeline input?       false

        Accept wildcard characters?  false
        This cmdlet supports the common parameters: Verbose, Debug,

        ErrorAction, ErrorVariable, WarningAction, WarningVariable,

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

        about_CommonParameters documentation.