-
Notifications
You must be signed in to change notification settings - Fork 15
Get‑ChocolateyFeature
dscbot edited this page Oct 23, 2025
·
1 revision
Gets the Features set in the Configuration file.
Get-ChocolateyFeature [[-Feature] <String[]>] [<CommonParameters>]
This command looks up in the Chocolatey Config file, and returns the Features available from there. Some feature may be available but now show up with this command.
Get-ChocolateyFeature -Name MyFeatureName
Name of the Feature when retrieving a single Feature. It defaults to returning all feature available in the config file.
Type: String[]
Parameter Sets: (All)
Aliases: Name
Required: False
Position: 1
Default value: *
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
- Add-ChocolateyPin
- Compare-ChocolateyPackage
- Disable-ChocolateyFeature
- Disable-ChocolateySource
- Enable-ChocolateyFeature
- Enable-ChocolateySource
- Find-ChocolateyPackage
- Get-ChocolateyCommand
- Get-ChocolateyFeature
- Get-ChocolateyPackage
- Get-ChocolateyPin
- Get-ChocolateySetting
- Get-ChocolateySource
- Get-ChocolateyVersion
- Install-ChocolateyPackage
- Install-ChocolateySoftware
- Register-ChocolateySource
- Remove-ChocolateyPin
- Set-ChocolateySetting
- Test-ChocolateyFeature
- Test-ChocolateyInstall
- Test-ChocolateyPin
- Test-ChocolateySetting
- Test-ChocolateySource
- Uninstall-Chocolatey
- Uninstall-ChocolateyPackage
- Unregister-ChocolateySource
- Update-ChocolateyPackage