How to Abort a Running Script?
Say I have a script:
@echo off
echo Hello, World!
and I kick it off to 1000 PCs using the "Run Once" facility. The "Run Now Status" then shows that it has run on 20 machines and is still looking for or pending on the other 980, and then I realize I need to stop this script from running on the remaining machines. Can I abort this script, and if so, how?
Thanks!
--
Kent
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
Nico_K
4 years ago
Go to Settings |Support | View Agent Command Queue
There you can stop the run.
If they are already transferred to the machines and ready to run there, it may be too late for some of the machines.
Comments:
-
Do I then search for the script name? I see no script names in this list. - kentwest 4 years ago
-
you can find the script number.
If you open Scripting and hover the mouse over the script in question you will see the number like sma/adminui/kbot.php?ID=103 and the number would be 103 then - Nico_K 4 years ago