Wednesday, June 12, 2013

Windows: How to list installed updates in command line using wmic commad

This command can be used to list installed updates / fixes / hotfixes from command line in a windows based system:

wmic qfe list
and you can "grep" string from the output:
wmic qfe list  | findstr "940349"

No comments:

Post a Comment