Export Installed updates

I want to introduce you a good way to export all Windows Updates that installed on your computer using WMIC and then export the data to CSV File.

When I was asked to perform this action I thought about several options like
SCCM, WDS but I found other easier option.

DO NOT FORGET OPEN THE RUN WINDOWS AS ADMINISTRATOR.

What you have to do is open CMD  and RUN > WMIC > gfe list:

Export Installed updates

Look at that!

you are receiving a full information:

Caption, Description, HotfixID, installed By, Installed on.

If you want to export it you can by adding  “output:C:\InstalledUpdate.CSV QFE list ”

Export Installed updates_CSV

 

CSV_File_WindowsUpdates