This repo is for the DSC v3 project

DSCv3 is the latest version of Microsoft’s Desired State Configuration platform, designed to manage software components declaratively and idempotently. It runs on Linux, macOS, and Windows without relying on PowerShell, allowing you to write resources in various languages. While DSCv3 is a major change from PowerShell DSC, it can still invoke PowerShell DSC Resources. To install DSCv3, download the latest release from the repository and add it to your PATH. The platform uses JSON schemas and is compatible with tools like Azure Machine Configuration. Check the documentation and Samples repository for tutorials and experimentation opportunities. Remember to follow the Code of Conduct and Security Policy.

https://github.com/PowerShell/DSC

To top