Skip to content
SCCM How to Find the List of Patches Installed Via Quick Fix Engineering

SCCM How to Find the List of Patches Installed Via Quick Fix Engineering

Written By Anoop C Nair
Last Updated July 25, 2024
Posted In SCCM
SHARE

SCCM How to Find the List of Patches Installed Via Quick Fix Engineering? I’ve seen people requesting reports of a list of Software Updates (patches) installed on a system, along with the Installed dates.

ConfigMgr is not collecting the Software Updates (patches) list for Windows 7/Vista/ 2008/ 2008 Core operating systems. This information is stored in the “Win32_QuickFixEngineering” WMI class on these operating systems (it’s no longer listed in Add Remove Programs).

This class’s inventory is NOT enabled in SMS_DEF.MOF (by default). Hence, ConfigMgr. The report won’t provide these details until you allow the appropriate WMI class in SMS_DEF.MOF.

Index
SCCM How to Find the List of Patches Installed Via Quick Fix Engineering
SCCM How to Find the List of Patches Installed Via Quick Fix Engineering – Table 1

SCCM How to Find the List of Patches Installed Via Quick Fix Engineering

In Windows XP, Windows 2003, etc., operating systems, the list of Software Updates (patches) is stored in Add Remove Programs, and the WMI class for Add Remove program is enabled by default SMS_DEF.MOF. Hence, you will get these details from ConfigMgr reports for Windows XP, Windows 2003, etc.

Patch My PC

Enabling the “Win32_QuickFixEngineering” WMI class is not recommended. Refer to the warning given in the SMS_DEF.MOF file below. SCCM How to Find the List of Patches Installed Via Quick Fix Engineering

SCCM How to Find the List of Patches Installed Via Quick Fix Engineering - Fig.1
SCCM How to Find the List of Patches Installed Via Quick Fix Engineering – Fig.1

DO NOT: Enable the Win32_QuickFixEngineering class unless you have installed the QFE for Q279225. Enabling this class without the QFE will result in inventory cycles taking a very long time to complete on the client and the WINMGMT service using 99% to 100% CPU time and leaking memory.”

The easiest way to get details from a single system is given below.

One-liner command to list down the patch details (applicable only for Windows 7/Vista/ 2008/ 2008 Core operating systems).

Wmic qfe list >c:\list.txt

This will provide you with the list of Software Updates (patches) applied to a system along with the Caption, CSName (the system’s hostname—computer name), Description (the category of the software update—update, Hotfix, Security Update, etc.), HotFixID, installed, installed (the Date of Installation).

SCCM How to Find the List of Patches Installed Via Quick Fix Engineering - Fig.2
SCCM How to Find the List of Patches Installed Via Quick Fix Engineering – Fig.2

We are on WhatsApp. To get the latest step-by-step guides and news updates, Join our Channel. Click here –HTMD WhatsApp.

Author

Anoop C Nair has been Microsoft MVP from 2015 onwards for 10 consecutive years! He is a Workplace Solution Architect with more than 22+ years of experience in Workplace technologies. He is also a Blogger, Speaker, and leader of the Local User Group Community. His main focus is on Device Management technologies like SCCM and Intune. He writes about technologies like Intune, SCCM, Windows, Cloud PC, Windows, Entra, Microsoft Security, Career, etc..

Written by

Anoop C Nair is Workplace Technology solution architect with 25+ years of experience in global enterprise organizations such as JP Morgan, Capgemini, etc. Microsoft Certified Trainer. Microsoft MVP from 2015 onwards for consecutive 11+ years! He also conducts Intune and modern workplace tech training for enterprise organizations. He is Blogger, Speaker, and Founder of HTMD Community and HTMD Conference. His main focus is on Device Management technologies like Intune, Windows, Cloud PC. He writes about technologies like Intune, SCCM, Windows, Cloud PC, Windows, Entra, Microsoft Security.

Discussion · 17 comments

  1. Hi Anoop ,
    So the report’s like Enforcement States for a deployment and other related reports are also giving the same info like what systems are compliant ,failed deployments etc .
    So what about that information . Is that information not legitimate . I believe since its fetching data from SQL database it would be the information that client has sent after giving it’s status against a particular deployment .
    Please advice …
    Thanks in advance…

  2. Please advice on this coz we are using sql reporting to fetch the data and i guess we are getting correct data on compliance of WIn7 machines .coz it also fetches data from SQL database .

  3. hai anoop c nair

    iam learning sccm2012 i want list of error codes iam search in google it show different error codes pls share it

  4. Good article.

    On another note, to find out the list of patches that are missing on machines, a custom report can be created against view v_Update_ComplianceStatusAll with condition status=2

  5. Great article Anoop. I don’t know if you have approached a software update report from this angle. But to emulate the “product” column in the software update list in the console. That way you can get metrics on how many updates are missing by the OS and what those updates are. Going against the System table and aggregating the OS Version does not seem to have the same values as the product column.

    Thanks,

    Jim

  6. Great article. Was struggling for a while to do this. Just a question, if my environment does not have any Win 2000, 2003, XP, do I still need to worry about the caution and install the hotfix?

  7. Hi Anoop,
    I am looking to create a dynamic collection which will add machines to it once a particular patch is installed. Can you help me with this please.

    Thanks,
    Piyush

  8. HI Anoop,

    how can we check, list of server and server names for which latest windows patches installed in SCCM and also how to generate server list which is pending of windows patch update in SCCM
    and
    also how can we trigger patch updates from SCCM console for a perticular client server

Join the discussion

Your email address will not be published. Required fields are marked *

Related guides

Intune

Windows 11 KB5101650 KB5099414 July 2026 Patch and 3 Zero Day Vulnerabilities and 570 Flaws

Key Takeaways Windows 11 KB5101650 KB5099414 July 2026 Patch and 3 Zero Day Vulnerabilities and 570 Flaws! In the July 2026 Patch, Microsoft introduced new features designed to improve the overall Windows experience. The update adds enhancements to Windows Update for more flexible update management and introduces Point-in-Time Restore, providing an additional recovery option for […]

AC Anoop C Nair 9 min read
Intune

2026 June KB5094126 KB5093998 Windows 11 Patch | 3 Zero Day Vulnerabilities and 200 Flaws

Key Takeaways 2026 June KB5094126 KB5093998 Windows 11 Patch | 3 Zero Day Vulnerabilities and 200 Flaws! The June 2026 Windows 11 Patch Tuesday update brings several improvements to File Explorer. It adds support for additional archive formats, including UU, CPIO, XAR, and NuGet Packages (NUPKG). The update also preserves View and Sort preferences in […]

AC Anoop C Nair 10 min read
Intune

2026 May KB5089549 KB5087420 Windows 11 Patch | 0 Zero Day Vulnerabilities and 120 Flaws

Key Takeaways The Windows 11 May 2026 Patch KB5089549 KB5087420 Update brings important security fixes, performance improvements, and reliability enhancements across the operating system. The update introduces new features such as Xbox Mode for gaming, File Explorer improvements, enhanced input and sharing experiences, better taskbar and Windows Hello reliability, and additional enterprise management capabilities for […]

AC Anoop C Nair 8 min read
SCCM

ConfigMgr 2603 Introduces New Early Update Enrollment Process

Key Takeaways In this post we are discussing the ConfigMgr 2603 Introduces New Early Update Enrollment Process. Microsoft has officially released Configuration Manager version 2603 to the Early Update Ring, giving organizations an opportunity to test upcoming improvements before the global production rollout. The release is targeted at enterprises running ConfigMgr version 2409 or later […]

AC Anoop C Nair 3 min read