I am trying to execute delprof.exe on a remote machine. So far I have the following Custom Tool to do this
psexec \\%E% cmd.exe "%SystemRoot%\delprof.exe /q /i"
The only thing that happens though is that it runs a remote Command window. I can type the Delprof.exe command in at the prompt and it will run the process on the remote machine (just like I want) However...I want the delprof.exe command to be passed to the cmd prompt automatically without having to type it in each time. This process would also help in doing multiple machines at once (if possible)
Thanks
psexec \\%E% cmd.exe "%SystemRoot%\delprof.exe /q /i"
The only thing that happens though is that it runs a remote Command window. I can type the Delprof.exe command in at the prompt and it will run the process on the remote machine (just like I want) However...I want the delprof.exe command to be passed to the cmd prompt automatically without having to type it in each time. This process would also help in doing multiple machines at once (if possible)
Thanks
Comment