< Back

Enable-ChocolateySource

Mon Jan 13, 2020 1:21 am

NAME Enable-ChocolateySource



SYNOPSIS

Enable a Source set in the Chocolatey Config





SYNTAX

Enable-ChocolateySource [-Name] <String> [-NoProgress] [<CommonParameters>]





DESCRIPTION

Lets you Enable an existing source from the Chocolatey Config.

The equivalent Choco command is Choco source enable -n=sourcename





PARAMETERS

-Name <String>

Name of the Chocolatey source to Disable



Required? true

Position? 1

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-NoProgress [<SwitchParameter>]

This allows to reduce the output created by the Chocolatey Command.



Required? false

Position? named

Default value False

Accept pipeline input? true (ByPropertyName)

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



NOTES





https://github.com/chocolatey/choco/wiki/CommandsSource



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



PS C:\\>Enable-ChocolateySource -Name 'chocolatey'















RELATED LINKS