Hi,

I m writing a script which will install patches on a number of machines. the patches will be kept on a server.
e.g. run \\Machine-Name\Folder-Name\Windows2000-KBXXXXXX-x86-ENU.EXE /s


for this i will have to create a scheduled task on all machines. This task will run kix32.exe (kept on server) for each machine.

Is it possible to have only one single scheduled task kept on the server. this will run the executable individually for each machine.
the problem is that run does not accept arguments for remote execution. i.e. i want to run Executable1 kept on Server1 using the script Kix1 (again on server1) for MACHINE1, something similar to SMS Push.

Thank you.