Deployment considerations
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.
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 curve in setting up the DSC resources and MOF files, but once done, it is reliably repeatable without additional effort.
When using pull servers with PowerShell V4, each target node is assigned a configuration ID that is required to be unique and is expected to stay with...