Skip to Main Content
Product Area Right Click Tools
Categories Tools
Created by Guest
Created on Jun 23, 2025

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

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"}

  • Attach files