Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Original file line number Diff line number Diff line change
Expand Up @@ -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.