Skip to content

Latest commit

 

History

History
84 lines (64 loc) · 2.16 KB

Get-ChocoConfig.md

File metadata and controls

84 lines (64 loc) · 2.16 KB
external help file Module Name online version schema
ChocoMan-help.xml
ChocoMan
2.0.0

Get-ChocoConfig

SYNOPSIS

Retrieves the Chocolatey configuration

SYNTAX

Get-ChocoConfig [[-Name] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

DESCRIPTION

Retrieves the Chocolatey configuration

EXAMPLES

EXAMPLE 1

Get-ChocoConfig
Name                                                      Value                             Description
---                                                       -----                             -----------
cacheLocation                                                                               Cache location if not TEMP folder. Replaces `$env:TEMP` value for choco.exe pro…
containsLegacyPackageInstalls                             true                              Install has packages installed prior to 0.9.9 series.
commandExecutionTimeoutSeconds                            2700                              Default timeout for command execution. '0' for infinite.

EXAMPLE 2

Get-ChocoConfig -Name cacheLocation
Name          Value Description
----          ----- -----------
cacheLocation       Cache location if not TEMP folder. Replaces `$env:TEMP` value for choco.exe process. It is highly recommended

PARAMETERS

-Name

The name of the configuration to retrieve

Type: String
Parameter Sets: (All)
Aliases:

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

-ProgressAction

{{ Fill ProgressAction Description }}

Type: ActionPreference
Parameter Sets: (All)
Aliases: proga

Required: False
Position: Named
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