Skip to content

Instantly share code, notes, and snippets.

@murarisumit
Created September 3, 2015 06:09
Show Gist options
  • Save murarisumit/2edddf093b6d69730b1c to your computer and use it in GitHub Desktop.
Save murarisumit/2edddf093b6d69730b1c to your computer and use it in GitHub Desktop.
Web Deply sync IIS
%msdeploy% -verb:sync -source:webServer,computerName='https://SourceIP:8172/msdeploy.axd',authType=Basic,username='USERNAME',password='PASSWORD' -dest:webServer,computerName='https://DestinationIP:8172/msdeploy.axd',authType=Basic,username='USERNAME',password='PASSWORD' -allowUntrusted=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment