Show number of updates left to install?

Is it possible to show that in the GUI? I saw a count in the script itself when it runs from within Powershell

Adam_Wifi,
You will have to share more of what you are trying to do.
I’m guessing your “Number of Updates” is the number of deferrals.
If this is the case, you’ll have to modify the GUI to show this number.

I am using PSAppDeploy to deploy updates to a pilot group. when they launch Deploy-application.PS1, you can see the number of updates being installed:

[02-18-2023 17:03:24.393] [Installation] [Install-SCCMSoftwareUpdates] :: Installing missing updates. The number of missing updates is [1].

So I would like to try and use Deploy-application.exe instead and show this on the number of updates missing or installed in the GUI when it runs.
I can also get the number if I run
get-wmiobject -query “SELECT * FROM CCM_SoftwareUpdate” -namespace “ROOT\ccm\ClientSDK”

EvaluationState
Publisher
Name
Deadline
PercentComplete
ErrorCode
Error Message
ArticleID
BulletinID
Description

None
Patch My PC
Microsoft Edge 110.0.1587.49 (x64)
2/19/2023 1:05:00 AM
0
0
Success
PMPC-2023-02-17
PMPC-2023-02-17
Fixed various bugs and performance issues.

None
Patch My PC
Google Chrome 110.0.5481.104 (x86)
2/19/2023 1:05:00 AM
0
0
Success
PMPC-2023-02-17
PMPC-2023-02-17
This release contains bug fixes and enhancements. Chrome Releases: Stable Channel Desktop Update
As well as the missing updates , so I wonder what can be done in the GUI

I

You should be able to use one of the show- functions to display exactly what you want.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.