Edit

Share via


PSDesiredStateConfiguration Module v1.1

This module contains cmdlets that designed to work with DSC Resources. PSDesiredStateConfiguration v1.1 is the version of DSC that ships with Windows PowerShell 5.1.

PSDesiredStateConfiguration Cmdlets

Cmdlet Description
Disable-DscDebug

Stops debugging of DSC resources.

Enable-DscDebug

Starts debugging of all DSC resources.

Get-DscConfiguration

Gets the current configuration of the nodes.

Get-DscConfigurationStatus

Retrieves data about completed configuration runs.

Get-DscLocalConfigurationManager

Gets Local Configuration Manager (LCM) settings and states for the node.

Get-DscResource

Gets Desired State Configuration (DSC) resources present on the computer.

Invoke-DscResource

Runs a method of a specified DSC resource.

New-DscChecksum

Creates checksum files for DSC documents and DSC resources.

Publish-DscConfiguration

Publishes a DSC configuration to a set of computers.

Remove-DscConfigurationDocument

Removes a configuration document from the DSC configuration store.

Restore-DscConfiguration

Reapplies the previous configuration for the node.

Set-DscLocalConfigurationManager

Applies Local Configuration Manager (LCM) settings to nodes.

Start-DscConfiguration

Applies configuration to nodes.

Stop-DscConfiguration

Stops a configuration job that is running.

Test-DscConfiguration

Tests whether the actual configuration on the nodes matches the desired configuration.

Update-DscConfiguration

Checks the pull server for an updated configuration and applies it.