Skip to Main Content
1 Not supported for the current status
Status Under review
Product Area Right Click Tools
Categories Tools
Created by Guest
Created on Jun 23, 2025
Merged idea
This idea has been merged into another idea. To comment or vote on this idea, please visit RS-I-742 Right-click on a client to display required patches.

Right Click to list Patches needed by MEMCM and patches needed for WSUS Merged

I would like a right-click extension that would connect to the device and return the list of patches needed by MEMCM and by WSUS.

I believe the data for MEMCM patches can be found by get-wmiobject -query "Select * from ccm.softwareupdate" -namespace "root\ccm\clientsdk"

I believe the data for WSUS patches needed can be found at get-wmiobject -query "Select * fromccm_updatestatus" -namespace "root\ccm\softwareupdates\updatesstore | where {$_.status -eq "missing"}