Get-RASVDITemplateLicenseKey

NAME

Get-RASVDITemplateLicenseKey

SYNOPSIS

Retrieves the list RAS Template license keys.

SYNTAX

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

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

DESCRIPTION

Retrieves the list RAS Template license keys.

PARAMETERS


-Id <uint>
The ID of a RAS Template to obtain information from.

        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

VDITemplateLicKey[]

EXAMPLES


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

Get-RASVDITemplateLicenseKey -Id 1

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

RELATED LINKS