Skip to content

Commit f89142b

Browse files
authored
Merge pull request #340 from MicrosoftDocs/main
6/9/2025 PM Publish
2 parents fd8e319 + 0d419a0 commit f89142b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

dsc/docs-conceptual/dsc-3.0/overview.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: >-
33
Learn about Microsoft's Desired State Configuration platform, including what it does and when
44
it should be used.
5-
ms.date: 03/25/2025
5+
ms.date: 06/09/2025
66
ms.topic: overview
77
title: Microsoft Desired State Configuration overview
88
---
@@ -88,12 +88,13 @@ To install DSC on any platform:
8888

8989
### Install DSC on Windows with WinGet
9090

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:
9293

93-
Search for the latest version of DSC
94+
Search for the latest version of DSC:
9495

9596
```powershell
96-
winget search DesiredStateConfiguration
97+
winget search DesiredStateConfiguration --source msstore
9798
```
9899

99100
```Output

0 commit comments

Comments
 (0)