View the status of an update that is currently installing via SCCM

Charles White 61 Reputation points
2020-10-15T15:08:41.607+00:00

I have updates being deployed through SCCM. Is there a way to see the percent/status of the updates installation process on a single machine? I don't want to know how many machines have it installed. I want to know how far along a specific machine is in the install process.

If I launch it in Windows Updates, I can see a percent (I think).
If I launch it with DISM, I can see the progress as a percent.
If I launch it in Software Center, I see Installing...

It would be nice if there is a way to see how far along that specific update is in the installation process.

Is there a powershell script that I can use to query this information so I can see where it stands? Or ever a log file that can tell me the same information?

Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,446 questions
Microsoft Configuration Manager Updates
Microsoft Configuration Manager Updates
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Updates: Broadly released fixes addressing specific issue(s) or related bug(s). Updates may also include new or modified features (i.e. changing default behavior).
1,005 questions
0 comments No comments
{count} votes

2 additional answers

Sort by: Most helpful
  1. Amandayou-MSFT 11,051 Reputation points
    2020-10-16T06:44:49.023+00:00

    Hi @Charles White ,

    Agree with NickHogarth, we could check UpdatesDeployment.log, which records the process of installation.

    Here is the screenshot we could refer to:

    32808-10168.png


    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

  2. Charles White 61 Reputation points
    2020-10-16T11:54:34.197+00:00

    No, I was not aware of this log. And with it's name, I thought it was the progress of the updates on all machines or the copying of the updates to all machines

    This is exactly what I needed. Thank you both.
    Charles

    0 comments No comments