From LedHed's Wiki
(Created page with "Check which updates are installed via command line (or PSExec) wmic qfe list brief /format:texttablewsys > "c:\temp\hotfix.txt" Category:Windows") |
|||
Line 2: | Line 2: | ||
wmic qfe list brief /format:texttablewsys > "c:\temp\hotfix.txt" | wmic qfe list brief /format:texttablewsys > "c:\temp\hotfix.txt" | ||
+ | |||
+ | or | ||
+ | |||
+ | wmic qfe list brief /format:htable > "c:\temp\hotfix.html" | ||
+ | |||
[[Category:Windows]] | [[Category:Windows]] |
Revision as of 00:55, 10 March 2015
Check which updates are installed via command line (or PSExec)
wmic qfe list brief /format:texttablewsys > "c:\temp\hotfix.txt"
or
wmic qfe list brief /format:htable > "c:\temp\hotfix.html"