@@ -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+ 
2122Stops debugging of DSC resources.
2223
2324### [ Enable-DscDebug] ( Enable-DscDebug.md )  
25+ 
2426Starts debugging of all DSC resources.
2527
2628### [ Get-DscConfiguration] ( Get-DscConfiguration.md )  
29+ 
2730Gets the current configuration of the nodes.
2831
2932### [ Get-DscConfigurationStatus] ( Get-DscConfigurationStatus.md )  
33+ 
3034Retrieves 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+ 
3946Runs a method of a specified DSC resource.
4047
41- ### [ New-DSCCheckSum] ( New-DSCCheckSum.md )  
48+ ### [ New-DscCheckSum] ( New-DscCheckSum.md )  
49+ 
4250Creates checksum files for DSC documents and DSC resources.
4351
4452### [ Publish-DscConfiguration] ( Publish-DscConfiguration.md )  
53+ 
4554Publishes a DSC configuration to a set of computers.
4655
4756### [ Remove-DscConfigurationDocument] ( Remove-DscConfigurationDocument.md )  
57+ 
4858Removes a configuration document from the DSC configuration store.
4959
5060### [ Restore-DscConfiguration] ( Restore-DscConfiguration.md )  
61+ 
5162Reapplies 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+ 
5770Applies configuration to nodes.
5871
5972### [ Stop-DscConfiguration] ( Stop-DscConfiguration.md )  
73+ 
6074Stops a configuration job that is running.
6175
6276### [ Test-DscConfiguration] ( Test-DscConfiguration.md )  
77+ 
6378Tests whether the actual configuration on the nodes matches the desired configuration.
6479
6580### [ Update-DscConfiguration] ( Update-DscConfiguration.md )  
81+ 
6682Checks the pull server for an updated configuration and applies it.
0 commit comments