File tree Expand file tree Collapse file tree 2 files changed +11
-72
lines changed
dsc/dsc-3.0/PSDesiredStateConfiguration Expand file tree Collapse file tree 2 files changed +11
-72
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -11,22 +11,26 @@ title: PSDesiredStateConfiguration
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 is a module for PowerShell Desired State Configuration
16+ (PSDSC). While this module still exists for invoking both script-based and
17+ class-based DSC resources, it is only used in Microsoft Desired State Configuration (DSC) to execute
18+ script-based DSC resources through the Microsoft.Windows/WindowsPowerShell adapter.
1819
19- ### [ Configuration] ( Configuration.md )
20- {{ Fill in the Description }}
20+ > [ !NOTE]
21+ > Only PSDesiredStateConfiguration v1.1 of the module is used in the
22+ > Microsoft.Windows/WindowsPowerShell adapter through Microsoft DSC.
2123
22- ### ConvertTo-DscJsonSchema
23- {{ Fill in the Synopsis }}
24+ ## PSDesiredStateConfiguration Cmdlets
2425
2526### [ Get-DscResource] ( Get-DscResource.md )
27+
2628Gets the DSC resources present on the computer.
2729
2830### [ Invoke-DscResource] ( Invoke-DscResource.md )
31+
2932Runs a method of a specified PowerShell Desired State Configuration (DSC) resource.
3033
3134### [ New-DSCCheckSum] ( New-DSCCheckSum.md )
35+
3236Creates checksum files for DSC documents and DSC resources.
You can’t perform that action at this time.
0 commit comments