Get-RASTemplateLicenseKey
Retrieves the list RAS Template license keys.
Get-RASTemplateLicenseKey [-] <uint> - {RDSTemplate | VDITemplate | AVDTemplate} [<>]
Get-RASTemplateLicenseKey [-] <> [<>]
Retrieves the list RAS Template license keys.
-Id <uint> The ID of a RAS Template to obtain information from.
-ObjType <> The Object Type for which to add Template License Key.
Possible values: RDSTemplate, VDITemplate, AVDTemplate
-InputObject <> An object of type Template representing a RAS Template.
The object is obtained using the Get-Template cmdlet.
<CommonParameters>
---------- EXAMPLE 1 ----------
Get-RASTemplateLicenseKey -ObjType VDITemplate -Id 1
Retrieves the list of license keys for the RAS Template specified by ObjType and ID.
Required? true
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 documentation.