We have a set of IIS servers that were configured by hand. We lost track over the years of what we changed to machine config, etc.
We now need to re deploy on Server 2016.
We want to avoid the MSDeploy and stuff. We want to build a powershell script that deploys our IIS setup.
How can we delta our existing servers against baseline, to capture ALL elements of the config on these servers, so we can then implement in powershell?