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