Hi all,
I've got several machines on my work network that need to have a update .exe run on them once a week.
As the users have limited accounts, I have to walk round to all 10 of them and log them off and log on as administrator to install this update. (a bit of a ball ache!!)
Now, I've written a little batch file and with the help of pstools, it copies the update .exe over and then runs it.
This seems to work on all but 2 machines.
I've found that on these two machines, the file gets copied over ok, and starts via psexec ok, but then seems to hang.
If I list the running processes on these machines with pslist, it shows that the process has started but hung after .15 of a second of the cpu's time
I'm using the domain admin user account so permissions shouldn't be an issue.
Any ideas????
I've got several machines on my work network that need to have a update .exe run on them once a week.
As the users have limited accounts, I have to walk round to all 10 of them and log them off and log on as administrator to install this update. (a bit of a ball ache!!)
Now, I've written a little batch file and with the help of pstools, it copies the update .exe over and then runs it.
This seems to work on all but 2 machines.
I've found that on these two machines, the file gets copied over ok, and starts via psexec ok, but then seems to hang.
If I list the running processes on these machines with pslist, it shows that the process has started but hung after .15 of a second of the cpu's time
I'm using the domain admin user account so permissions shouldn't be an issue.
Any ideas????