Hey everyone! I'm diving into Desired State Configuration (DSC) to automate server setup and software installation, but I'm hitting a bit of a wall. I'm confused about the specific resources for DSC v3 since a lot of the documentation I come across mostly covers earlier versions. This has got me mixed up with understanding how each version operates. I've checked out the Microsoft site but still feel lost. Can anyone direct me to some good resources, whether it's books or videos, that can help me wrap my head around this?
1 Answer
DSC v3 is still in its early stages, and a lot of the existing documentation pertains to DSC v1 and v2. If you're working with Windows servers right now, I'd actually recommend sticking with the earlier versions until v3 becomes more stable. It's especially important if you're deploying software using an agent or working in environments like Azure or AWS.
That makes sense! I guess I’ll look into the older versions first then.