Build precise queries to find exactly what you need
Press ESC to close
Nagios World Conference 2026: Sept. 14-17 in St. Paul, MN | Learn More
You need Powershell 2.0 for Windows 2003 server else ‘start-process’ fails in execution.
Once Powershell is installed, you also need to right-click the .ps1 file, click properties, and unblock it.
24/10 – error in command path in install instructions! should read:
“check_updates=cmd /c echo scriptscheck_windows_updates.ps1; exit $LastExitCode | powershell.exe -command -”
… Oh, review: Does exactly what it says on the tin!
I changed the script to return OK for Optional Updates – just change ‘warn’ to ‘ok’ on line 110 — you might want to do this before unblocking it to avoid permission issues afterwards!