Run an online shell script the next time a PC checks in
I have a script that I need to run on all PCs in the organization. I set it up as an online shell script with an associated Windows batch file to force the update of some software. I managed to run the script but it only worked for those PCs that happened to be connected when I set the script to run. What do I need to do to get the PCs to run this script the next time they check in?
0 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
SMal.tmcc
11 years ago
you need to have a verify step in your script so it does not run on machines it has already done again and set it to deploy every couple of hours till you catch all the machines you need to.