To List All the Windows Updates Installed on the computer
wmic qfe list
to generate a textfile:
wmic qfe list brief /format:texttablewsys > hotfix.txt
to generate a HTM file:
wmic qfe list brief /format:htable > hotfix.html
To List All the Windows Updates Installed on the computer
wmic qfe list
to generate a textfile:
wmic qfe list brief /format:texttablewsys > hotfix.txt
to generate a HTM file:
wmic qfe list brief /format:htable > hotfix.html