On Windows Server 2012, 2012-R2 and 2016 (e.g. IIS v8.0 and up)
We have an IIS setup, that has evolved over the years.
How do I extract its "delta to default IIS" so we can make a script to set up other machines the same way?
I know how to do this on Apache and Tomcat (do a diff of the running config file against the default config).
How do I do it against IIS, and really capture everything?
The goal is NOT to "share" or "export" configs. The goal is to KNOW what about this IIS instance diverges from a stock IIS, so we can script it.