I'm currently planning on using Powershell DSC to synchronize a IIS web server farm and i need to be able to do a staggered configuration on nodes so it does not affect availability. For now i only want to focus on files that are kept in sync by DSC. How
would i go about removing and adding nodes in a PULL scenario so i can accomplish a staggered deployment using PowerShell DSC?
↧