Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
Gets the list of available Windows updates for a single Windows machine. Can be run through any remote client or process with the ability to execute Powershell scripts.
Current Version
1.0
Last Release Date
2013-02-26
Owner
Community Member
License
GPL
Compatible With
Zipped file of Check_Updates.ps1
Gets the list of available Windows updates for a single Windows machine. Can be run through any remote client or process with the ability to execute Powershell scripts. Can be run with arguments for a grace period of days to report OK and not perform the full check. Does not return drivers or toolbar updates. Some updates may show as unknown if Microsoft has not issued a severity for them.
Get list of available updates from Microsoft Update Server, no matter how recent the last check was.
PS D:Powershell> .Check-Updates.ps1 35 Days since last update. 2 Critical Updates: KB2792100 KB2797052 6 Important Updates: KB2778344 KB2789642 KB2789645 KB2790113 KB2799494 KB954430 1 Moderate Updates: KB2790655 4 Unknown Updates: KB890830 KB915597 KB971033 KB973688
Get list of available updates from Microsoft Update Server, if last check was outside of grace period.
PS D:Powershell> .Check-Updates.ps1 50 35 Days since last update. Within grace period
PS D:Powershell> .Check-Updates.ps1 20 35 Days since last update. 2 Critical Updates: KB2792100 KB2797052 6 Important Updates: KB2778344 KB2789642 KB2789645 KB2790113 KB2799494 KB954430 1 Moderate Updates: KB2790655 4 Unknown Updates: KB890830 KB915597 KB971033 KB973688
Hi Spenser! Thanks for this excellent script. Running Get-WmiObject -Class Win32_QuickFixEngineering could return empty values on InstalledOn. I fixed this error and upload the script to GitHub, if anyone is interested: https://github.com/juangranados/check_updates
You must be logged in to submit a review.
To:
From: