SCCM OS Deployment: Monitoring Your Task Sequences in Real Time

If you’re using SCCM for Operating System Deployment (OSD) — one of the platform’s core functions — you’ll want a reliable way to monitor task sequences as they run, especially when troubleshooting a failure. Finding your task sequence in the console Open the Configuration Manager console and click the Monitoring workspace, then select Deployments from […]

OS Deployment Monitoring In SCCM

If you’re using SCCM for Operating System Deployment (OSD) — one of the platform’s core functions — you’ll want a reliable way to monitor task sequences as they run, especially when troubleshooting a failure.

Finding your task sequence in the console

Open the Configuration Manager console and click the Monitoring workspace, then select Deployments from the tree. This lists every deployment, including your task sequences. Use the search box to filter down to the specific task sequence you want to watch.

Once you’ve selected it, you’ll see a “Completion Statistics” pie chart along with a View Status link. Clicking View Status brings up a set of tabs:

  • Success
  • In Progress
  • Error
  • Requirements not met
  • Unknown

These are self-explanatory — if you’re watching a live deployment, the In Progress tab is the one you want. Selecting a tab lists the Device names currently in that state; highlighting a device and clicking “More Details” opens a dialog with a Status tab giving a step-by-step breakdown of exactly where that machine is in the sequence.

When a task sequence fails

The Status tab’s detailed breakdown will usually tell you which step failed and why, but for anything non-obvious your first stop should be the logs on the client itself. During deployment (before the OS has fully applied), smsts.log lives under X:\Windows\Temp\SMSTSLog or X:\SMSTSLog in WinPE; after the OS is applied it moves to C:\Windows\CCM\Logs\SMSTS.log. Open it with CMTrace (or the newer Configuration Manager Trace Log Tool) rather than a plain text editor — it colour-codes errors and warnings, which makes spotting the actual failure point far quicker in a long log.

Feedback

If you have any questions about this, please leave a comment below using our comments system.

Resources

Configuration Manager Monitoring workspace showing Deployments Task sequence Completion Statistics pie chart and View Status link View Status tabs showing Success, In Progress, Error, Requirements Not Met and Unknown Device list showing machines currently In Progress More Details dialog showing step-by-step task sequence status CMTrace log viewer displaying the smsts.log file Configuration Manager Trace Log Tool showing colour-coded log entries
🛠️

Gear We Recommend

Testing configs is easier with a dedicated admin machine set up right. Here’s the kit we use.

Browse our Windows Admin Toolkit picks on Amazon

As an Amazon Associate, TechyGeeksHome earns from qualifying purchases.


Discover more from TechyGeeksHome

Subscribe to get the latest posts sent to your email.

Andrew Armstrong

Andrew Armstrong is a UK-based IT professional with 26+ years of hands-on experience in Windows, Windows Server, SCCM/ConfigMgr, Active Directory, PowerShell, and enterprise infrastructure.

He founded TechyGeeksHome in 2010 and has published over 1,500 practical guides covering real-world IT problems and solutions. When not solving IT problems,

Andrew develops free Windows utilities including Ultimate Settings Panel, which has been downloaded over 850,000 times.