chocolatey

0.2.0-preview0010

This is an unofficial module with DSC resource to Install and configure Chocolatey.

Minimum PowerShell version

5.1

This is a prerelease version of chocolatey.

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name chocolatey -AllowPrerelease

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name chocolatey -Prerelease

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2023 Gael Colas. All rights reserved.

Package Details

Author(s)

  • Gael Colas

Tags

Chocolatey DSC

Functions

Disable-ChocolateyFeature Enable-ChocolateyFeature Get-ChocolateyFeature Test-ChocolateyFeature Compare-ChocolateyPackage Find-ChocolateyPackage Get-ChocolateyPackage Install-ChocolateyPackage Uninstall-ChocolateyPackage Update-ChocolateyPackage Add-ChocolateyPin Get-ChocolateyPin Remove-ChocolateyPin Test-ChocolateyPin Get-ChocolateySetting Set-ChocolateySetting Test-ChocolateySetting Get-ChocolateyCommand Get-ChocolateyVersion Install-ChocolateySoftware Test-ChocolateyInstall Uninstall-Chocolatey Disable-ChocolateySource Enable-ChocolateySource Get-ChocolateySource Register-ChocolateySource Test-ChocolateySource Unregister-ChocolateySource

DSCResources

ChocolateyPackage ChocolateySoftware ChocolateySource ChocolateyFeature ChocolateySetting ChocolateyPin

Dependencies

This module has no dependencies.

Release Notes

## [0.2.0-preview0010] - 2025-09-17

### Changed

- Refactoring the codebase to improve quality and relevance to latest chocolatey versions.
- Modified project with new Sampler template.
- Invoking choco commands now always add `--no-progress` & `--limit-output`.
- Limiting Get-Command choco to the first result as per [#69](https://github.com/chocolatey-community/Chocolatey/issues/69) on all calls.
- Changed `ChocolateySoftware` to be class-based DSC Resource.
- Changed `ChocolateyPackage` to be class-based DSC Resource.
- Changed `ChocolateySource` to be a class-based DSC Resource.
- Changed `ChocolateyFeature` to be a class-based DSC Resource.

### Added

- Added the `ChocolateyIsInstalled` Azure Automanage Machine Configuration package that validates that Chocolatey is installed.
- Added the `DisableChocolateyCommunitySource` Azure Automanage Machine Configuration package that ensures the Chocolatey Community source is disabled.
- Added repository's Wiki.

### Removed

- Removed SideBySide option as per [#61](https://github.com/chocolatey-community/Chocolatey/issues/61).

### Fixed

- Fixed [#68](https://github.com/chocolatey-community/Chocolatey/issues/68) by making sure it's set to the
 correct Path.

FileList

Version History

Version Downloads Last updated
0.2.0-previe... (current version) 7 9/17/2025
0.2.0-previe... 323 4/19/2023
0.2.0-previe... 9 4/6/2023
0.2.0-previe... 17 4/2/2023
0.2.0-previe... 10 3/31/2023
0.2.0-previe... 14 3/24/2023
0.2.0-previe... 9 3/24/2023
0.2.0-previe... 16 3/19/2023
0.2.0-previe... 664 8/18/2021
0.2.0-previe... 450 8/18/2021
0.0.79 461,151 3/3/2020
0.0.77 11,213 11/6/2019
0.0.76 1,606 10/10/2019
0.0.74 536 10/8/2019
0.0.71 45,369 6/5/2019
0.0.69 853 5/22/2019
0.0.68 452 5/22/2019
0.0.65 760 5/9/2019
0.0.58 3,982 11/22/2018
0.0.55 542 11/17/2018
0.0.50 4,846 3/27/2018
0.0.48 1,404 2/6/2018
0.0.46 13,329 11/30/2017
0.0.43 462 11/30/2017
0.0.39 476 11/28/2017
0.0.35 469 11/27/2017
0.0.31 850 11/21/2017
0.0.1 475 11/21/2017
Show more