Windows: List Installed KB Updates

List all of the installed KB updates on a Windows machine. Tested on Server 2003.
Save the list of updates as an html file:

wmic qfe list full /format:htable > c:\kb_updates.html

No comments: