Skip to content

Releases: district09/check_ms_win_updates

v2.03.160128 => Fixed warning issue on PSWindowsUpdate Method

28 Jan 21:29
Compare
Choose a tag to compare
v2.03.160128 =>  Added WarningAction SilentlyContinue to get-WUInstal…

…l to prevent rebootrequired warnings

v2.01.160119 => PSWindowsUpdate Method

19 Jan 20:18
Compare
Choose a tag to compare
v2.01.160119 => Re-added readme

v1.07.151112 => Check for registry key

12 Nov 21:10
Compare
Choose a tag to compare

v1.06.150907 => Fixed Timezone Issues

07 Sep 15:50
Compare
Choose a tag to compare

As Microsoft saves the lastsuccessfulupdate registrey key in UTC format. I implemented a way to convert this value to the local timezone. This will only work for servers which have .NET 3.5 or higher. Other servers will still show the last successful update date in UTC format.
Also made some changes to the handling of the cache file if a reboot is required.

v1.01.150903 => First GitHub release

03 Sep 18:05
Compare
Choose a tag to compare
  • Alert based on number of days since last successful update
  • Consistent Nagios style output
  • Parameter verification
  • Default and custom parameters
  • Cache file to speed up checks