The short story is that I pushed out software that required a restart. I set the restart to occur within 2 hours after the policy completes. However, one user had the policy forced on them because they were past the deferral date I setup. Now the user is in a meeting and Casper naturally says it's going to restart within the next 90 mins. Is there a way to stop the reboot from occurring?
Solved
Is there a way to stop a restart from occurring after a policy has been pushed out?
Best answer by mm2270
Not 100% certain it will work when it's pushed via Casper but you can try running:
sudo killall shutdown
On the Mac.
Edit: corrected killall typo. Also, you may want to first run a
ps axc | grep shutdown
to see if the delayed shutdown command is actually running on that Mac. If it is, the killall should stop it and prevent the restart. Just run the ps axc command again afterwards to confirm it no longer shows up in the process list.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
