Get-VDITemplateLicenseKey

NAME

Get-VDITemplateLicenseKey

SYNOPSIS

Retrieves the list RAS Template license keys.

SYNTAX

Get-VDITemplateLicenseKey [-Id] <uint> [<CommonParameters>]

Get-VDITemplateLicenseKey [-InputObject] <VDITemplate> [<CommonParameters>]

DESCRIPTION

Retrieves the list RAS Template license keys.

PARAMETERS


-Id <uint>
The ID of a RAS Template to modify.

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

-InputObject <VDITemplate>
An object of type VDITemplate representing a RAS Template.

The object is obtained using the Get-VDITemplate cmdlet.

        Required?                    true
        Position?                    0
        Default value                
        Accept pipeline input?       true (ByValue)
        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

VDITemplate

OUTPUTS

-none-

EXAMPLES


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

Get-VDITemplateLicenseKey -Id 1

Retrieves the list of license keys for the RAS Template specified by ID.

RELATED LINKS