So we have two load balanced web servers with tons of sites on them all setup with their own IP.
We use the following to push updates from one server to the other.
msdeploy -verb:sync -source:webServer -dest:webServer,computerName=server02 -skip objectName=binding
All is good there. We have added a few sites on the 01 server and do not want those sync'd over to the 02 server. Is it possible to skip those websites? I haven't figured out multiple skip arguments or whether skipping a website is possible. IIS 7.5 if that matters.