Skip to content

Commit aa8413f

Browse files
committed
Fix module file cmdlet lists
1 parent a73579d commit aa8413f

File tree

4 files changed

+27
-10
lines changed

4 files changed

+27
-10
lines changed
File renamed without changes.

dsc/dsc-1.1/PSDesiredStateConfiguration/PSDesiredStateConfiguration.md

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,49 +18,65 @@ v1.1 is the version of DSC that ships with Windows PowerShell 5.1.
1818
## PSDesiredStateConfiguration Cmdlets
1919

2020
### [Disable-DscDebug](Disable-DscDebug.md)
21+
2122
Stops debugging of DSC resources.
2223

2324
### [Enable-DscDebug](Enable-DscDebug.md)
25+
2426
Starts debugging of all DSC resources.
2527

2628
### [Get-DscConfiguration](Get-DscConfiguration.md)
29+
2730
Gets the current configuration of the nodes.
2831

2932
### [Get-DscConfigurationStatus](Get-DscConfigurationStatus.md)
33+
3034
Retrieves data about completed configuration runs.
3135

3236
### [Get-DscLocalConfigurationManager](Get-DscLocalConfigurationManager.md)
33-
Gets LCM settings and states for the node.
37+
38+
Gets Local Configuration Manager (LCM) settings and states for the node.
3439

3540
### [Get-DscResource](Get-DscResource.md)
36-
Gets the DSC resources present on the computer.
41+
42+
Gets Desired State Configuration (DSC) resources present on the computer.
3743

3844
### [Invoke-DscResource](Invoke-DscResource.md)
45+
3946
Runs a method of a specified DSC resource.
4047

41-
### [New-DSCCheckSum](New-DSCCheckSum.md)
48+
### [New-DscCheckSum](New-DscCheckSum.md)
49+
4250
Creates checksum files for DSC documents and DSC resources.
4351

4452
### [Publish-DscConfiguration](Publish-DscConfiguration.md)
53+
4554
Publishes a DSC configuration to a set of computers.
4655

4756
### [Remove-DscConfigurationDocument](Remove-DscConfigurationDocument.md)
57+
4858
Removes a configuration document from the DSC configuration store.
4959

5060
### [Restore-DscConfiguration](Restore-DscConfiguration.md)
61+
5162
Reapplies the previous configuration for the node.
5263

5364
### [Set-DscLocalConfigurationManager](Set-DscLocalConfigurationManager.md)
54-
Applies LCM settings to nodes.
65+
66+
Applies Local Configuration Manager (LCM) settings to nodes.
5567

5668
### [Start-DscConfiguration](Start-DscConfiguration.md)
69+
5770
Applies configuration to nodes.
5871

5972
### [Stop-DscConfiguration](Stop-DscConfiguration.md)
73+
6074
Stops a configuration job that is running.
6175

6276
### [Test-DscConfiguration](Test-DscConfiguration.md)
77+
6378
Tests whether the actual configuration on the nodes matches the desired configuration.
6479

6580
### [Update-DscConfiguration](Update-DscConfiguration.md)
81+
6682
Checks the pull server for an updated configuration and applies it.

dsc/dsc-2.0/PSDesiredStateConfiguration/PSDesiredStateConfiguration.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,20 @@ title: PSDesiredStateConfiguration
1111
# PSDesiredStateConfiguration Module
1212

1313
## Description
14+
1415
This module contains cmdlets that designed to work with DSC Resources. PSDesiredStateConfiguration
1516
v2.0 is the version of DSC that ships with PowerShell 7.0.
1617

1718
## PSDesiredStateConfiguration Cmdlets
1819

19-
### [Configuration](Configuration.md)
20-
{{ Fill in the Description }}
21-
2220
### [Get-DscResource](Get-DscResource.md)
23-
Gets the DSC resources present on the computer.
21+
22+
Gets Desired State Configuration (DSC) resources present on the computer.
2423

2524
### [Invoke-DscResource](Invoke-DscResource.md)
25+
2626
Runs a method of a specified PowerShell Desired State Configuration (DSC) resource.
2727

2828
### [New-DscCheckSum](New-DscCheckSum.md)
29+
2930
Creates checksum files for DSC documents and DSC resources.

dsc/dsc-3.0/PSDesiredStateConfiguration/PSDesiredStateConfiguration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ adapters:
3434

3535
### [Get-DscResource](Get-DscResource.md)
3636

37-
Gets the DSC resources present on the computer.
37+
Gets Desired State Configuration (DSC) resources present on the computer.
3838

3939
### [Invoke-DscResource](Invoke-DscResource.md)
4040

4141
Runs a method of a specified PowerShell Desired State Configuration (DSC) resource.
4242

43-
### [New-DscCheckSum](New-DscCheckSum.md)
43+
### [New-DscChecksum](New-DscChecksum.md)
4444

4545
Creates checksum files for DSC documents and DSC resources.

0 commit comments

Comments
 (0)