
CMTrace Log Viewer is also referred to as the CMTrace tool (previously called Trace32). It is a tool from Microsoft to view log files such as Microsoft Deployment Toolkit (MDT), Microsoft Software Center Configuration Manager (SCCM), DISM, and many others. Though, mostly for SCCM as it is part of “Configuration Manager Tools”. The Configuration Manager tools include client-based and server-based tools, and this will be discussed later on in this guide. Unlike many other log viewers, this tool shows the data as the log file is written or updated. The log file viewer shows the most recent updated lines written to the log file and it is considered one of the favorite tools for MDT and SCCM administrators.
Moreover, I’m tired of using Notepad and Notepad++ to view verbose logs, finding them challenging to read due to excessive information. Search no further, CMTrace makes viewing logs and highlights the errors. Nonetheless, Kindly refer to the following related guides: How to Add Packages to Windows image the DISM Tool, and how to add languages to Windows image using DISM and PowerShell. For WinPE-related guides, differences between MDT and WDS, and MDT deployment failed and Stuck at Command Prompt, and unable to determine destination disk, partition, and/or drive.
Enhance Log Readability: Introducing CMTrace Tool for Effortless Debugging
Also, with Notepad or Notepad++, these logs are extremely difficult to read as they contain lots of metadata. Therefore, I will be showing you how to download and install the CMTrace Tool which is a great debugging tool. See how to install ADK, MDT, and WDS: How to deploy Windows images via Microsoft Deployment Toolkit and Windows Deployment Services
Consequently, This is a free tool you can download from Microsoft. It’s part of the SCCMTooklit downloads available from the following link. Click the Download button, and download ConfigMgrTools.msi


Upon download, double click on the ConfigMgrTools.msi to install the System Center Configuration Manager Toolkit as shown below.

On the setu screen below, click on Next to continue.

Accept the lincense agrrrment as shown below and click on Next.

In the select components window, click on next to continue.

If you have the UAC setup, this will be prompted. Just click on Yes to proceed.
– User Account Control (UAC) can help prevent unauthorized changes to your computer. For more information, see the following link.

The setup is complet as shown below. Click on finish to close the wizard.

Click on the Start Menu, the newly (recently) installed application will be displayed as shown below. Shortly, I will be showing you how to use these tool (CMTrace) in particular. But before then, I will be discribing what these tools are,

Empowering Configuration Manager Management: 15 Essential Toolkit Tools
The Microsoft System Center Configuration Manager Toolkit offers 15 tools for managing and troubleshooting. The following list provides specific information about each tool in the toolkit.
– Note: Some features require Microsoft System Center 2012 R2 Configuration Manager for full functionality.
Server Based Tools | Client Based Tools | ||||
DP Job Manager – A tool that helps troubleshoot and manage ongoing content distribution jobs to Configuration Manager distribution points. | Client Spy – A tool that helps you troubleshoot issues related to software distribution, inventory, and software metering on System Center 2012 Configuration Manager clients. | ||||
Collection Evaluation Viewer – A tool that assists in troubleshooting collection evaluation related issues by viewing collection evaluation details. | Configuration Manager Trace Log Viewer – A tool used to view log files created by Configuration Manager components and agents. | ||||
Content Library Explorer – A tool that assists in troubleshooting issues with and viewing the contents of the content library. | Deployment Monitoring Tool – The Deployment Monitoring Tool is a graphical user interface designed help troubleshoot Applications, Updates, and Baseline deployments on System Center 2012 Configuration Manager clients. | ||||
Security Configuration Wizard Template for Microsoft System Center 2012 R2 Configuration Manager – The Security Configuration Wizard (SCW) is an attack-surface reduction tool for the Microsoft Windows Server 2008 R2 operating system. Security Configuration Wizard determines the minimum functionality required for a server’s role or roles, and disables functionality that is not required. | Policy Spy – A policy viewer that helps you review and troubleshoot the policy system on System Center 2012 Configuration Manager clients | ||||
Content Library Transfer – A tool that transfers content from one disk drive to another. | Power Viewer Tool – A tool to view the status of power management feature on System Center 2012 Configuration Manager clients. | ||||
Content Ownership Tool – A tool that changes ownership of orphaned packages (packages without an owner site server). | Send Schedule Tool – A tool used to trigger a schedule on a client or trigger the evaluation of a specified DCM Baseline. You can trigger a schedule either locally or remotely. | ||||
Role-based Administration Modeling and Auditing Tool – This tool helps administrators to model and audit RBA configurations. | Wakeup Spy – A tool that provides a view of the power state of Configuration Manager client computers and which operate as managers or manages. | ||||
Run Metering Summarization Tool – The purpose of this tool is to run the metering summarization task to analyze raw metering data |
Now, we will be suing the CMTrace Tool to access any log on my workstation. Click on the Start Menu and select CMTrace as shown below.

When you start the Tool, it will prompt you to set it as the default log file viewer. Why not? Select Yes please 🙂

In order to demonstrate how you can read logs with CMtrace SCCM Log Viewer, I will be selecting a random log file on my device.
– Right-click on the log file and select open with.

However, CMTrace can help view the LOGs by nicely outputting the information as shown below. Moreover, The application might show you red and yellow lines when reading the logs.
Note: Furthermore, Most times, this does not represent real issues as shown below. It is worth noting that the “CMTrace” marks lines with the words “Error” / “Failed” in it with red color
and for yellow color
with “Could not”. When something is failing, in most cases the task will execute again and it will succeed. Therefore, read the LOGs carefully and try to understand the meaning of the message.

After installation, the application will be in the specified path. If CMTrace log viewer truncates logs over 8000 characters, check this link.
C:\Program Files (x86)\ConfigMgr 2012 Toolkit R2\ClientTools

Kindly review the Tabs (Menu bar) for more functionalities of this tool. I hope you found this blog post helpful. Please let me know in the comment session if you have any questions.