Lists the supported licensing models.
Syntax
Get-ConfigLicensingModel -ProductCode <String> [-AdminAddress <String>] [<CommonParameters>]
Parameters
-ProductCode<String>
The product code
Required? |
true |
Default Value |
|
Accept Pipeline Input? |
false |
-AdminAddress<String>
Specifies the address of a XenDesktop controller the PowerShell snap-in connects to. You can provide this as a host name or an IP address.
Required? |
false |
Default Value |
Localhost. Once a value is provided by any cmdlet, this value becomes the default. |
Accept Pipeline Input? |
false |
Return Values
System.String
The list of supported licensing models for the specified product code.
Notes
The Get-ConfigProduct cmdlet lists the available product codes.
The site object returned by the Get-ConfigSite cmdlet contains the currently configured product code.
Examples
-------------------------- EXAMPLE 1 --------------------------
C:\PS> Get-ConfigLicensingModel -ProductCode "XDS"
Retrieves the list of supported licensing models for product code "XDS".