Wednesday, August 02, 2006

Enumerate the list of installed Hotfixes using WMI
Shows a very simple way to display all hotfixes installed on a machine.
Just do a wmic qfe list full /format:htable>c:\somefile.htm and you'll end up with a nicely formatted list of hotfixes.

No comments: