Tuesday, July 30, 2013

HowTo List or Export Installed Windows Updates

In order to retrieve or export installed Windows Updates you need to execute this command using normal Command Prompt (with Admin privilege):

wmic qfe get /format:HTABLE >D:\Temp\InstalledUpdates.htm

All available export format are:

CSV; HFORM; HTABLE; LIST; MOF; RAWXML

Use the one you prefer.

The output should be something like this:


No comments: