Merge pull request #18 from giMini/master

Msdeploy.exe
master
Oddvar Moe 2018-05-14 08:26:17 +02:00 committed by GitHub
commit 250fea0f3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 0 deletions

View File

@ -77,6 +77,7 @@ If you are missing from the acknowledgement, please let me know (I did not forge
[Dnx.exe](OtherMSBinaries/Dnx.md)
[Dxcap.exe](OtherMSBinaries/Dxcap.md)
[Mftrace.exe](OtherMSBinaries/Mftrace.md)
[Msdeploy.exe](OtherMSBinaries/Msdeploy.md)
[Msxsl.exe](OtherMSBinaries/Msxsl.md)
[Rcsi.exe](OtherMSBinaries/Rcsi.md)
[Sqldumper.exe](OtherMSBinaries/Sqldumper.md)

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