Hi,
I want to start a cmd.exe, launch another exe file and give some parameters / arguments for the exe out of powershell.
I'm already as far as to launch the cmd.exe and the program out of powershell:
Start-Process cmd.exe -FilePath "C:\Program Files\Update Services\Tools\wsusutil.exe"
For the wsusutil.exe I need to give some paramters what it has to do. In my case the parameter should be "reset".
I have tested different things I found on the internet but it won't work.
Any help appreciated.
Thanks.