pdxcat / Get-UpdateHistory

List installed Windows Updates.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get-UpdateHistory

List installed Windows Updates.

The built-in PowerShell Get-Hotfix cmdlet does not return all installed Windows Updates on a system, nor does the Win32_QuickFixEngineering WMI class. This script uses the Windows Update Agent API to return the list of all installed Windows updates as a set of custom PowerShell objects.

Many thanks to the Hey, Scripting Guy! Blog for the instructions on how to get this started: http://blogs.technet.com/b/heyscriptingguy/archive/2009/03/09/how-can-i-list-all-updates-that-have-been-added-to-a-computer.aspx

About

List installed Windows Updates.

License:Apache License 2.0


Languages

Language:PowerShell 100.0%