By this point, we have covered the architecture and the two different ways that we can deploy DSC in your environment. When choosing the deployment method, you should be aware of some additional considerations and observations that have come through experience using DSC in production.
Deployment considerations
General observations
You will generally use the DSC push mode deployments to test new configurations or perform one-off configurations of servers. While you can use the push mode against several servers at once, you lose the benefits of the pull server.
Setting up a DSC pull server is the best option for a large set of nodes or environments that frequently build and destroy servers. It does have a significant learning...