This version of PowerShellGetDSC is currently under development and is not yet complete. If you would like to open a PR please open an issue first so that necessary discussion can take place. Please open an issue for any feature requests, bug reports, or questions for PowerShellGetDSC.
Please note, previously PowerShellGet DSCResources were included in the PowerShellGet module. However, starting with PowerShellGet version 3.0.12-beta the DSCResources have been pulled out and will be released from this repository as its own module. For all versions of PowerShellGet below 3.0.0-beta1 DSCResources can be installed via the PowerShellGallery and are located in the PowerShellGetv2 repository at PowerShell/PowerShellGetv2.
PowerShellGetDSC is a PowerShell module with DSCResources for discovering, installing, and updating the PowerShell artifacts like Modules, Scripts, and other DSC Resources.
This DSCResource works with PowerShellGet v3 and above only.
- PowerShell 5.0 or higher.
- PowerShellGet 3.0.0-beta1 or higher.
Please refer to the PowerShellGet readme or documentation for the up-to-date version on how to get the PowerShellGet Module.
- Obtain the source
- Download the latest source code from the release page OR
- Clone the repository (needs git)
git clone https://github.com/PowerShell/PowerShellGetDSC