Skip to content

Latest commit

 

History

History
70 lines (53 loc) · 1.9 KB

Get-ChocoFeature.md

File metadata and controls

70 lines (53 loc) · 1.9 KB
external help file Module Name online version schema
ChocoMan-help.xml
ChocoMan
2.0.0

Get-ChocoFeature

SYNOPSIS

Retrieves the Chocolatey feature

SYNTAX

Get-ChocoFeature [[-Name] <String>] [<CommonParameters>]

DESCRIPTION

Retrieves the Chocolatey feature

EXAMPLES

EXAMPLE 1

Get-ChocoFeature
Name                                                 Enabled SetExplicitly Description
----                                                 ------- ------------- -----------
checksumFiles                                        true    false         Checksum files when pulled in from internet (based on package).
autoUninstaller                                      true    false         Uninstall from programs and features without requiring an explicit uninstall script.
allowGlobalConfirmation                              false   false         Prompt for confirmation in scripts or bypass.
failOnAutoUninstaller                                false   false         Fail if automatic uninstaller fails.

EXAMPLE 2

Get-ChocoFeature -Name checksumFiles
Name          Enabled SetExplicitly Description
----          ------- ------------- -----------
checksumFiles true    false         Checksum files when pulled in from internet (based on package).

PARAMETERS

-Name

The name of the feature to retrieve

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

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

OUTPUTS

PSCustomObject

NOTES

RELATED LINKS