File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
dsc/docs-conceptual/dsc-3.0 Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 2
2
description : >-
3
3
Learn about Microsoft's Desired State Configuration platform, including what it does and when
4
4
it should be used.
5
- ms.date : 03/25 /2025
5
+ ms.date : 06/09 /2025
6
6
ms.topic : overview
7
7
title : Microsoft Desired State Configuration overview
8
8
---
@@ -88,12 +88,13 @@ To install DSC on any platform:
88
88
89
89
### Install DSC on Windows with WinGet
90
90
91
- The following commands can be used to install DSC using the published ` winget ` packages:
91
+ The following commands can be used to install DSC using the published ` winget ` packages from the
92
+ Microsoft Store:
92
93
93
- Search for the latest version of DSC
94
+ Search for the latest version of DSC:
94
95
95
96
``` powershell
96
- winget search DesiredStateConfiguration
97
+ winget search DesiredStateConfiguration --source msstore
97
98
```
98
99
99
100
``` Output
You can’t perform that action at this time.
0 commit comments