Desired State Configuration (DSC)
Overview
Version & Lifecycle
Community Notes
DSC – Command-line note
Use WinGet for silent, scalable deployment of DSC on Windows: winget install --id 9NVTPZWRC6KQ --source msstore --silent --accept-package-agreements --accept-source-agreements. This installs the stable DesiredStateConfiguration package without UI prompts and automatically adds the dsc executable to the PATH environment variable, enabling immediate use in enterprise scripts. Verify with dsc --version post-installation.
Release Notes & Updates
Help us match vulnerabilities
No vulnerability match yet. Pick the right product:
Don’t see it? Paste a CPE
Also known as
Other names people use for this app — helps search and matching.
Sign in to suggest a name.
Packaging Notes
DSC resource manifests are data files formatted as YAML or JSON, UTF-8 encoded, discoverable in PATH, with specific filename suffixes (.dsc.resource.json, .dsc.resource.yaml, .dsc.resource.yml).