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 for business | Windows Server | User experience | PowerShell
Microsoft Security | Intune | Configuration Manager | Updates
0 comments No comments
{count} votes

Answer accepted by question author
  1. NickH 3,526 Reputation points Volunteer Moderator
    2020-10-16T02:51:59.563+00:00
    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Amandayou-MSFT 11,166 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

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.