Do you have a exemple of your script.... I'am curious.....
Thank
quick and basic way I got it to work.
Create a batch file with the runas command in it
runas /user:[domain\user] "cmd /c [patch location and appropriate
switches for running, I used the switches for unattend and to not
reboot when finished]"
Create the script file with the following text:
RUN, [batchfile location]
send, [password]
send, {enter}
It would be nice to run the runas command in the script file - instead
of creating the batch file to run it, but I tried w/ autoit for a few
hours today and couldn't get it to work properly, so resorted to the
above.
The trick is - running it on every computer. One possibility is to
email to users instructing to run the file, or going to each machine
and running the file yourself, or putting it into a login script to
run at login - but this may have to run for days to catch all users if
not every pc is used daily.