Create Msdeploy.md

master
giMini 2018-05-13 21:32:37 -04:00 committed by GitHub
parent 7ba2fa1e27
commit 871520eade
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,23 @@
## Msdeploy.exe
* Functions: Execute
```
msdeploy.exe -verb:sync -source:RunCommand -dest:runCommand="c:\temp\calc.bat"
```
Acknowledgements:
* Pierre-Alexandre Braeken - @pabraeken
Resources:
* https://twitter.com/pabraeken/status/995837734379032576
Full path:
```
C:\Program Files (x86)\IIS\Microsoft Web Deploy V3\msdeploy.exe
```
Notes:
Part of IIS, Microsoft Web Deploy V3