Hi
I am using remote commands to close running applications on some servers before the are rebooted after windows updates have run. However since the change from psexec to the new way of doing remote commands i have trouble making this work.
I run scripts made by autoit and convered to exe files from a network share with the build in psexec remote command feature of the prior versions of batchpatch like this: -d -s -i 0 “\servernameCloseAppsCloseApp1.exe”. This works great, but how can i do something similar with the new remote command functions and why has psexec been removed ?
I need to run the scripts in the interactive console to close the applications that are running there.
Best regards
Martin