Security | Threat Detection | Cyberattacks | DevSecOps | Compliance

December 2021

How to Achieve Desired State Configuration without Managing PowerShell Code

Back in 2008, Microsoft added a new technology to PowerShell and named it Desired State Configuration or DSC. In essence, DSC is the framework that delivers and gives the user tools to maintain configuration. Desired State Configuration allows you to define your environment’s aspired state with a simple declarative syntax that has been added into the PowerShell script. It is then assigned to each target server in your environment.