I asked this on superuser, but I think this may have been a more apropriate place. We are trying to automate server reboots, but one of the "gotchas" we are running into are that they want us to install updates by manually clicking "sure, install updates" during monthly Windows reboots. If I had a way to check to see if updates are in fact waiting, we'd be ok with rebooting automatically via a script and just failing if this is the case. My problem is I can't figure out how to check to see if there are in fact updates waiting to be installed, without logging in. Is there a file or particular service status I can check for? Maybe with Powershell or something similar? The current setting used is "Download updates but do not install automatically"
Asked
Active
Viewed 2,022 times
0
-
1Please don't cross-post. http://superuser.com/questions/139635 – Zoredache May 10 '10 at 17:28
-
1See http://serverfault.com/questions/53304/ Specifically take a look at the UpdateHF script. – Zoredache May 10 '10 at 17:29
2 Answers
1
And here's yet another question with plenty of answers about this topic.
Oskar Duveborn
- 10,740
- 3
- 32
- 48