I am trying to fig out how to sync 2 servers. Both running IIS7. I started with msdeploy -verb:getDependencies -source:webServer and made sure both has the same services. I then test with msdeploy -verb:sync -source:webServer,computerName=Server1 -dest:webServer -whatif >msDeploySync.log. The log...