Citrix Daas SDK

Get-ConfigProductFeature

Lists the supported features.

Syntax

Get-ConfigProductFeature
   [-ProductCode] <String>
   [<CitrixCommonParameters>]
   [<CommonParameters>]
<!--NeedCopy-->

Description

Lists the supported features. Use the Get-ConfigEnabledFeature command to determine which features are currently enabled.

Examples

EXAMPLE 1

Retrieves the list of supported features for XenDesktop.

Get-ConfigProductFeature -ProductCode "XDT"
<!--NeedCopy-->

Parameters

-ProductCode

The product code

Type: String
Position: 2
Default value: None
Required: True
Accept pipeline input: False
Accept wildcard characters: True

CitrixCommonParameters

This cmdlet supports the common Citrix parameters: -AdminAddress, -AdminClientIP, -BearerToken, -TraceParent, -TraceState and -VirtualSiteId. For more information, see about_CitrixCommonParameters.

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

None

You can’t pipe objects to this cmdlet.

Outputs

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 Get-ConfigSite cmdlet contains the currently configured product code.

Get-ConfigProductFeature