All pages
Powered by GitBook
1 of 1

Loading...

Get-RASTemplateVersion

NAME

Get-RASTemplateVersion

SYNOPSIS

Retrieves the RAS Template version.

SYNTAX

Get-RASTemplateVersion [-] <> [<>] Get-RASTemplateVersion [[-] <uint>] [[-] <string>] [[-] <uint>] - {RDSTemplate | VDITemplate | AVDTemplate} [<>]

DESCRIPTION

Retrieves the RAS Template version.

PARAMETERS

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

-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 <> The Object Type from which to get the Template Version. Possible values: RDSTemplate, VDITemplate, AVDTemplate

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

<CommonParameters>

INPUTS

OUTPUTS

EXAMPLES

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

InputObject
TemplateVersion
CommonParameters
TemplateId
TemplateName
TemplateSiteId
ObjType
CommonParameters
TemplateObjType
TemplateVersion
TemplateVersion
TemplateVersion[]
        Required?                    false
        Position?                    0
        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?                    0
        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?                    0
        Default value                
        Accept pipeline input?       true (ByValue)
        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 .