We have two IIS 8.5 web servers, Server 2012 R2
Server1
Server2
I am trying to find a powershell script that will sync only changes made on Server1 to Server2
I tried shared configurations however that will sync the bindings as well and I do not want that as the sites are load balanced.
Yes i have considered putting the unused bindings on each server however there a lot of hands in these servers everyday and I feel that could lead to come confusion
I could setup the environmental variables however there are hundreds of small sites on the server 50% needing SSL, once again, I feel that could lead to come confusion
I found a couple webdeploy powershell commands however that looks like it wants to sync files as well, we use DFS to sync the files.
All I want to be able to do is sync changes from the Server1 applicationhost.config to Server2