Skip to content

Commit a5797b1

Browse files
authored
Merge pull request #316 from MicrosoftDocs/main
4/18/2025 PM Publish
2 parents 66ba07c + 09b9f04 commit a5797b1

File tree

3 files changed

+24
-76
lines changed

3 files changed

+24
-76
lines changed

ThirdPartyNotices.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ Microsoft, Windows, Microsoft Azure and/or other Microsoft products and services
99
documentation may be either trademarks or registered trademarks of Microsoft in the United States
1010
and/or other countries. The licenses for this project do not grant you rights to use any Microsoft
1111
names, logos, or trademarks. Microsoft's general trademark guidelines can be found at
12-
[https://go.microsoft.com/fwlink/?LinkID=254653][02].
12+
[Microsoft Trademark and Brand Guidelines][02].
1313

14-
Privacy information can be found at [https://privacy.microsoft.com][04].
14+
Privacy information can be found at [Privacy at Microsoft][04].
1515

1616
Microsoft and any contributors reserve all others rights, whether under their respective copyrights,
1717
patents, or trademarks, whether by implication, estoppel or otherwise.
1818

1919
<!-- link references -->
2020
[01]: https://creativecommons.org/licenses/by/4.0/legalcode
21-
[02]: https://go.microsoft.com/fwlink/?LinkID=254653
21+
[02]: https://www.microsoft.com/legal/intellectualproperty/trademarks
2222
[03]: https://opensource.org/licenses/MIT
2323
[04]: https://privacy.microsoft.com
2424
[05]: LICENSE

dsc/dsc-3.0/PSDesiredStateConfiguration/ConvertTo-DscJsonSchema.md

Lines changed: 0 additions & 65 deletions
This file was deleted.

dsc/dsc-3.0/PSDesiredStateConfiguration/PSDesiredStateConfiguration.md

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,42 @@ Help Version: 7.2.0.0
44
Locale: en-US
55
Module Guid: 779e0998-8c72-4567-89b5-49313fc15351
66
Module Name: PSDesiredStateConfiguration
7-
ms.date: 12/13/2021
7+
ms.date: 04/18/2025
88
schema: 2.0.0
99
title: PSDesiredStateConfiguration
1010
---
1111
# PSDesiredStateConfiguration Module
1212

1313
## Description
14-
This module contains cmdlets that designed to work with DSC Resources. PSDesiredStateConfiguration
15-
v3.0 is the version of DSC that is supported by Azure Guest Configuration.
1614

17-
## PSDesiredStateConfiguration Cmdlets
15+
The PSDesiredStateConfiguration module supports PowerShell Desired State Configuration (PSDSC).
16+
Each major version of this module supports different use cases:
17+
18+
- v1.1 is only supported for Windows PowerShell. You can use it to invoke PSDSC resources and to
19+
author and apply PSDSC configurations.
20+
- v2 is only supported for PowerShell. You can use it to invoke PSDSC resources and to compile
21+
PSDSC configurations. It's intended use is to support Azure Machine Configuration.
22+
- v3 (preview) is only supported for PowerShell. You can use it to invoke PSDSC resources. It's
23+
intended use is for invoking PSDSC resources on Linux machines with Azure Machine Configuration.
1824

19-
### [Configuration](Configuration.md)
20-
{{ Fill in the Description }}
25+
Microsoft Desired State Configuration (DSC) enables you to manage PSDSC resources through two
26+
adapters:
2127

22-
### ConvertTo-DscJsonSchema
23-
{{ Fill in the Synopsis }}
28+
- The `Microsoft.Windows/WindowsPowerShell` adapter enables you to invoke any PSDSC resource usable
29+
with **PSDesiredStateConfiguration** version 1.1 in Windows PowerShell.
30+
- The `Microsoft.DSC/PowerShell` adapter enables you to invoke any class-based PSDSC resource in
31+
PowerShell. It doesn't rely on the **PSDesiredStateConfiguration** module.
32+
33+
## PSDesiredStateConfiguration Cmdlets
2434

2535
### [Get-DscResource](Get-DscResource.md)
36+
2637
Gets the DSC resources present on the computer.
2738

2839
### [Invoke-DscResource](Invoke-DscResource.md)
40+
2941
Runs a method of a specified PowerShell Desired State Configuration (DSC) resource.
3042

3143
### [New-DSCCheckSum](New-DSCCheckSum.md)
44+
3245
Creates checksum files for DSC documents and DSC resources.

0 commit comments

Comments
 (0)