Patterns for Implementing a DSC Pull Server Environment
My Patterns for Implementing a DSC Pull Server Environment talk from the PowerShell Summit is now online. Enjoy!
Explore articles and content from this author
12 articles • 1 podcast episode
My Patterns for Implementing a DSC Pull Server Environment talk from the PowerShell Summit is now online. Enjoy!
My Building Scalable Configurations with DSC talk from the PowerShell Summit is now online. Enjoy!
My Life and Times of a DSC Resource talk from the PowerShell Summit is now online. Enjoy!
Desired State Configuration is a very new technology and declarative configuration management is a very young space yet. We (Microsoft and the community) are still figuring out the best structure for resources, composite configurations, and other structures. That said, there are certain viewpoints …
Now that we’ve suitably rested, let’s get back to working with Desired State Configuration. Now, there are some basic features to work with that ship by default and the PowerShell team has been blogging some additional resources, but in order to do some really interesting thing with DSC, …
Once we have our pull server in place and we’re starting to create configurations, we need to set up our client nodes to be able to connect to the pull server and how we want the node to behave. The High Points Overview Configuring the Pull Server (REST version) Creating Configurations (one of …
PowerShell DSC, along with Windows Server 2012 R2 has reached General Availability! Yay! However, there is (at least one so far) breaking change** **in Desired State Configuration (DSC). Fortunately, the change is in an area I haven’t blogged about yet.. creating custom resources. …
Ok, let’s get back to creating a DSC configuration. If you haven’t read the last post in this series, go back and do that now, I’ll wait. Now with that out of the way, let’s get back to it… The High Points Overview Configuring the Pull Server (REST version) Creating …
Now that’s a title! We’ve worked through my reasoning as to why I want Desired State Configuration (DSC) and how to build a pull server. Today and in the next post we are going to look at how to create configurations which describe how our target systems are supposed to work. The High …
Quick recap, I’m working through a series of posts about the Desired State Configuration infrastructure that I’m building at Stack Exchange, including some how-to’s. The High Points Overview Configuring the Pull Server (REST version) (this post) Creating Configurations (one of two, …