< Back

Clear-ChocoConfig

Sun Jan 19, 2020 6:19 pm

NAME Clear-ChocoConfig



SYNOPSIS

Unsets the chosen configuration item





SYNTAX

Clear-ChocoConfig [-Name] <String> [-WhatIf] [-Confirm] [<CommonParameters>]





DESCRIPTION

This command wraps 'choco config' to make setting configuration items easier. Dynamically generates names from

configuration file.





PARAMETERS

-Name <String>

The name of the configuration item to change



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Confirm [<SwitchParameter>]



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Clear-ChocoConfig -Name proxy



Sets the proxy configuration setting to a blank default value











RELATED LINKS