Thursday, February 18, 2010

How to identify the installed Windows Patches from Command Prompt using WMIC? (refer:http://www.workstationtalk.com/content/how-identify-installed-windows-patches-command-prompt-using-wmic)

wmic qfe list full /format:htable >C:\WindowsPatches.htm


Wait for few seconds, and then open the 'C:\WindowsPatches.htm' file which contains the list of patches installed on your computer.


To list the IDs of all the patches/hotfix installed:


wmic qfe get Hotfixid


If you want to search for a particular hotfix is installed on the local machine:


wmic qfe | find "977346"


Reference: http://www.workstationtalk.com/content/how-identify-installed-windows-patches-command-prompt-using-wmic


 

Print Friendly and PDF
Share/Bookmark

No comments:

Post a Comment