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"}
| Product | Right Click Tools |