Wednesday, October 5, 2011

How to enumerate the list of installed hotfixes in Windows using WMI

From a command line enter the following command:
wmic qfe list full /format:htable > C:\tmp\hotfixes.htm
You can open the file htofixes.htm using your browser.

No comments:

Post a Comment