commit
250fea0f3d
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue