Modernizing Your Infrastructure with Hybrid Cloud - Configuration Management with PowerShell Desired State Configuration (Part 25)

Make it so! Traditional configuration management of server and application workloads can be complicated. In the past, configuration management has often required us to build and maintain lots of scripts with complex conditional logic to handle all possible states of a server when deploying a new configuration to it.  PowerShell Desired State Configuration (DSC) simplifies configuration management in the Hybrid Cloud by defining a declarative description of the end-state of our servers.  DSC automatically determines which components needed to be added, removed or updated based on the current state of servers to which this definition is applied. What's more, DSC can be leveraged across your Hybrid Cloud to provide a consistent approach for managing the configuration of on-premises hosts, virtual machines, application roles and public cloud fabrics! 
 

Configuration Management with PowerShell Desired State Configuration (DSC)

In today's article in our Modernizing Your Infrastructure with Hybrid Cloud series, Kevin Remde steps through leveraging PowerShell Desired State Configuration (DSC) to define the configuration of a server, apply that configuration, and then periodically verify (and remediate, if necessary) that the configuration is still in-place.
 

Read this article ...
 

READ KEVIN'S FULL ARTICLE HERE!