File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
dsc/docs-conceptual/dsc-3.0 Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 22description : >-
33 Learn about Microsoft's Desired State Configuration platform, including what it does and when
44 it should be used.
5- ms.date : 06/28/2023
5+ ms.date : 01/29/2024
66title : Microsoft Desired State Configuration v3 overview
77---
88
@@ -68,7 +68,14 @@ To install DSCv3:
68681 . Expand the release archive.
69691 . Add the folder containing the expanded archive contents to the ` PATH ` .
7070
71- To install the ` PSDesiredStateConfiguration ` version 3 from the PowerShell Gallery:
71+ To install the ` PSDesiredStateConfiguration ` version 3 beta from the PowerShell Gallery:
72+
73+ ``` powershell
74+ # Using PSResourceGet
75+ Install-PSResource -Name PSDesiredStateConfiguration -Version 3.0.0-beta1 -Prerelease
76+ # Using PowerShellGet
77+ Install-Module -Name PSDesiredStateConfiguration -RequiredVersion 3.0.0-beta1 -AllowPrerelease
78+ ```
7279
7380## Integrating with DSCv3
7481
You can’t perform that action at this time.
0 commit comments