diff --git a/dsc/dsc-1.1/PSDesiredStateConfiguration/New-DSCCheckSum.md b/dsc/dsc-1.1/PSDesiredStateConfiguration/New-DscCheckSum.md similarity index 100% rename from dsc/dsc-1.1/PSDesiredStateConfiguration/New-DSCCheckSum.md rename to dsc/dsc-1.1/PSDesiredStateConfiguration/New-DscCheckSum.md diff --git a/dsc/dsc-1.1/PSDesiredStateConfiguration/PSDesiredStateConfiguration.md b/dsc/dsc-1.1/PSDesiredStateConfiguration/PSDesiredStateConfiguration.md index 6f8960b..4ee4775 100644 --- a/dsc/dsc-1.1/PSDesiredStateConfiguration/PSDesiredStateConfiguration.md +++ b/dsc/dsc-1.1/PSDesiredStateConfiguration/PSDesiredStateConfiguration.md @@ -18,49 +18,65 @@ v1.1 is the version of DSC that ships with Windows PowerShell 5.1. ## PSDesiredStateConfiguration Cmdlets ### [Disable-DscDebug](Disable-DscDebug.md) + Stops debugging of DSC resources. ### [Enable-DscDebug](Enable-DscDebug.md) + Starts debugging of all DSC resources. ### [Get-DscConfiguration](Get-DscConfiguration.md) + Gets the current configuration of the nodes. ### [Get-DscConfigurationStatus](Get-DscConfigurationStatus.md) + Retrieves data about completed configuration runs. ### [Get-DscLocalConfigurationManager](Get-DscLocalConfigurationManager.md) -Gets LCM settings and states for the node. + +Gets Local Configuration Manager (LCM) settings and states for the node. ### [Get-DscResource](Get-DscResource.md) -Gets the DSC resources present on the computer. + +Gets Desired State Configuration (DSC) resources present on the computer. ### [Invoke-DscResource](Invoke-DscResource.md) + Runs a method of a specified DSC resource. -### [New-DSCCheckSum](New-DSCCheckSum.md) +### [New-DscCheckSum](New-DscCheckSum.md) + Creates checksum files for DSC documents and DSC resources. ### [Publish-DscConfiguration](Publish-DscConfiguration.md) + Publishes a DSC configuration to a set of computers. ### [Remove-DscConfigurationDocument](Remove-DscConfigurationDocument.md) + Removes a configuration document from the DSC configuration store. ### [Restore-DscConfiguration](Restore-DscConfiguration.md) + Reapplies the previous configuration for the node. ### [Set-DscLocalConfigurationManager](Set-DscLocalConfigurationManager.md) -Applies LCM settings to nodes. + +Applies Local Configuration Manager (LCM) settings to nodes. ### [Start-DscConfiguration](Start-DscConfiguration.md) + Applies configuration to nodes. ### [Stop-DscConfiguration](Stop-DscConfiguration.md) + Stops a configuration job that is running. ### [Test-DscConfiguration](Test-DscConfiguration.md) + Tests whether the actual configuration on the nodes matches the desired configuration. ### [Update-DscConfiguration](Update-DscConfiguration.md) + Checks the pull server for an updated configuration and applies it. diff --git a/dsc/dsc-2.0/PSDesiredStateConfiguration/PSDesiredStateConfiguration.md b/dsc/dsc-2.0/PSDesiredStateConfiguration/PSDesiredStateConfiguration.md index 6d6ce66..f5133b4 100644 --- a/dsc/dsc-2.0/PSDesiredStateConfiguration/PSDesiredStateConfiguration.md +++ b/dsc/dsc-2.0/PSDesiredStateConfiguration/PSDesiredStateConfiguration.md @@ -11,19 +11,20 @@ title: PSDesiredStateConfiguration # PSDesiredStateConfiguration Module ## Description + This module contains cmdlets that designed to work with DSC Resources. PSDesiredStateConfiguration v2.0 is the version of DSC that ships with PowerShell 7.0. ## PSDesiredStateConfiguration Cmdlets -### [Configuration](Configuration.md) -{{ Fill in the Description }} - ### [Get-DscResource](Get-DscResource.md) -Gets the DSC resources present on the computer. + +Gets Desired State Configuration (DSC) resources present on the computer. ### [Invoke-DscResource](Invoke-DscResource.md) + Runs a method of a specified PowerShell Desired State Configuration (DSC) resource. ### [New-DscCheckSum](New-DscCheckSum.md) + Creates checksum files for DSC documents and DSC resources. diff --git a/dsc/dsc-3.0/PSDesiredStateConfiguration/PSDesiredStateConfiguration.md b/dsc/dsc-3.0/PSDesiredStateConfiguration/PSDesiredStateConfiguration.md index f82b888..09be724 100644 --- a/dsc/dsc-3.0/PSDesiredStateConfiguration/PSDesiredStateConfiguration.md +++ b/dsc/dsc-3.0/PSDesiredStateConfiguration/PSDesiredStateConfiguration.md @@ -34,12 +34,12 @@ adapters: ### [Get-DscResource](Get-DscResource.md) -Gets the DSC resources present on the computer. +Gets Desired State Configuration (DSC) resources present on the computer. ### [Invoke-DscResource](Invoke-DscResource.md) Runs a method of a specified PowerShell Desired State Configuration (DSC) resource. -### [New-DscCheckSum](New-DscCheckSum.md) +### [New-DscChecksum](New-DscChecksum.md) Creates checksum files for DSC documents and DSC resources.