We have two IIS 8.5 web servers, Server 2012 R2
Server1
Server2
I am trying to find a powershell command 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 they are load balanced. Also I am trying to avoiding adding unneeded bindings to servers to make it work.
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 or web.config to Server2