Skip to Main Content

Remote Software Center\Software Updates\KB* - PercentCompleted

Under "Remote Software Center\Software Updates\KB*" it would be helpful if there was a column that would show the PercentCompleted for each device.


objWMIServiceSMSClientSDK = GetObject("winmgmts:" & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\ccm\ClientSDK")

objWMIServiceSMSClientSDK.ExecQuery("Select * from CCM_SoftwareUpdate WHERE Name Like '%Windows 10%'")

CCM_SoftwareUpdate Client WMI Class:

https://docs.microsoft.com/en-us/mem/configmgr/develop/reference/core/clients/sdk/ccm_softwareupdate-client-wmi-class

Product Right Click Tools
  • Attach files
      Drop here to upload
    • Guillermo Songsong
      Reply
      |
      Feb 3, 2021

      we also would like this to be available on the next upgrade to have a overview of software update installation status to have idea not only remaining time needed to complete the installation but also have overview if the actual computers within the same collection really installing the missing or cache scheduled updates


    • Guest
      Reply
      |
      Sep 9, 2020

      Noticed that the new features added are not pulling the information accurately from the clients. See the attached screenshot. Let me know if you need additional information.

      The "Compliance State" column shows "Not Present" for all deployments.

      The "Percentage Completed" column only shows for the first device on the list.

    • Guest
      Reply
      |
      Aug 18, 2020

      objWMIServiceSMSClientSDK = GetObject("winmgmts:" & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\ccm\ClientSDK")

      objWMIServiceSMSClientSDK.ExecQuery("Select * from CCM_SoftwareUpdate WHERE Name Like '%Windows 10%'")

    • +11