Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

View DSC Configuration Drift

$
0
0

Q. How can I detect drift between an applied PowerShell DSC and the current state of a machine?

A. The simplest way to check for drift of configuration between the applied configuration and the current state is to run Test-DscConfiguration, which will return true if the configuration is correct or false if there is configuration drift.

Read More 


Viewing all articles
Browse latest Browse all 6937

Trending Articles