Category Archives: DSC

Desired State Configuration

Pros and Cons of DSC

Desired State Configuration (DSC) is a configuration management tool that allows you to define and enforce the desired state of your infrastructure using declarative code. DSC is based on PowerShell and can be used to configure Windows and Linux servers, as well as cloud resources. DSC has many benefits, but also some drawbacks. In this blog post, I… Read More »

What is DSC?

Desired State Configuration (DSC) is a configuration management platform in Windows PowerShell that enables you to manage your infrastructure and enforce your desired configuration. It allows you to declaratively specify the configuration of your servers, and then automatically ensures that your servers are in the desired state.