Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/powershell/powershellgetdsc
DSCResources for the PowerShellGet module
https://github.com/powershell/powershellgetdsc
dsc-resources package-management powershell powershell-dsc
Last synced: about 1 month ago
JSON representation
DSCResources for the PowerShellGet module
- Host: GitHub
- URL: https://github.com/powershell/powershellgetdsc
- Owner: PowerShell
- License: other
- Archived: true
- Created: 2021-12-03T00:59:43.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-10T22:55:12.000Z (almost 3 years ago)
- Last Synced: 2024-09-27T21:20:10.745Z (about 1 month ago)
- Topics: dsc-resources, package-management, powershell, powershell-dsc
- Language: PowerShell
- Homepage: https://www.powershellgallery.com/packages/PowerShellGetDSC
- Size: 49.8 KB
- Stars: 5
- Watchers: 5
- Forks: 5
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/PowerShell/PowerShellGetDSC/blob/development/LICENSE)
[![PowerShell Gallery - PowerShellGetDSC](https://img.shields.io/badge/PowerShell%20Gallery-PowerShellGet-blue.svg)](https://www.powershellgallery.com/packages/PowerShellGetDSC)
[![Minimum Supported PowerShell Version](https://img.shields.io/badge/PowerShell-5.0-blue.svg)](https://github.com/PowerShell/PowerShell)Important Note
==============
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](https://www.powershellgallery.com/packages/PowerShellGet/2.2.5) and are located in the PowerShellGetv2 repository at [PowerShell/PowerShellGetv2](https://github.com/PowerShell/PowerShellGetv2).Introduction
============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](https://github.com/PowerShell/PowerShellGet) and above only.
Requirements
============- PowerShell 5.0 or higher.
- PowerShellGet 3.0.0-beta1 or higher.Get PowerShellGet Module
========================Please refer to the [PowerShellGet readme](https://github.com/PowerShell/PowerShellGet/blob/master/README.md) or [documentation](https://www.powershellgallery.com/packages/PowerShellGet/) for the up-to-date version on how to get the PowerShellGet Module.
Get PowerShellGetDSC Source
========================* Obtain the source
- Download the latest source code from the [release page](https://github.com/PowerShell/PowerShellGetDSC/releases) OR
- Clone the repository (needs git)
```powershell
git clone https://github.com/PowerShell/PowerShellGetDSC
```