Query to find a single Microsoft hotfix Posted on August 13, 2012 by rsr72 wmic qfe | find “938194” Advertisements
Get list of hotfixes on remote computer with WMIC Posted on July 23, 2012 by rsr72 PS C:\temp> wmic /node:server1 qfe >server1hf.csv Background info: http://www.windowsitpro.com/article/windows-management-instrumentation-wmi/get-hotfix-information-quickly-with-wmic and http://technet.microsoft.com/en-us/library/bb742610.aspx