guidooliveira / DscResources

Central repository for PowerShell Desired State Configuration (DSC) resources.

Home Page:http://blogs.msdn.com/b/powershell/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DSC Resources

Join the chat at https://gitter.im/PowerShell/DscResources

Windows PowerShell Desired State Configuration (DSC) provides a configuration platform built into Windows that is based on open standards. DSC is flexible enough to function reliably and consistently in each stage of the deployment lifecycle (development, test, pre-production, production), as well as during scale-out, which is required in the cloud world.

To learn more about Windows PowerShell Desired State Configuration, check out the blog posts on the PowerShell Blog (this is a good starting point). There are also great community resources, such as PowerShell.org, or PowerShell Magazine.

If you would like to use DSC on Linux, there is a step by step guide available on the Building Clouds Blog and the source is available in the Microsoft OpenTech repo.

Repository structure

This is the central repository for PowerShell Desired State Configuration (DSC) resources. DSC resources are packaged in PowerShell modules, along with tests, documentation, and examples, each in their own GitHub repositories. These repositories are included as submodules of the DscResources repository you're currently browsing.

You can clone this repository to download the source for all DSC resource modules

git clone --recursive https://github.com/PowerShell/DscResources.git

Or just download the respository's structure and documentation

git clone https://github.com/PowerShell/DscResources.git

Reporting bugs or suggesting features

If you've found a bug in a particular DSC module, or you have a suggestion for how to improve it, submit an issue in the module's repository.

Learn more about writing useful bug reports.

Contributing

See our contribution guidelines.

Dashboard

You can see dashboard of all open issues and pull requests acrross DSC Resource here: Stories in Ready

Maintaining

See our guidelines for DSC resource maintainers.

About

Central repository for PowerShell Desired State Configuration (DSC) resources.

http://blogs.msdn.com/b/powershell/

License:MIT License