less than 1 minute read

Basic Information

Openness: 🆓📖

Related Sites:

Introduction

DSC is a PowerShell configuration feature. It can describe the state of the computer after configuration by writing descriptive files. Then according to the configuration method described by the DSC resource, the configured machine is automatically brought to the described state.

This package is the DSC resource used for WinGet related configuration.

The documentation is not yet complete, please refer to the sample code in the code base https://github.com/microsoft/winget-cli/tree/master/src/PowerShell.