Skip to content
Analyze SCCM Client Logs Using CMPivot | ConfigMgr

Analyze SCCM Client Logs Using CMPivot | ConfigMgr

Written By Anoop C Nair
Last Updated July 3, 2024
Posted In SCCM
SHARE

Let’s learn how to analyze SCCM client logs using CMPivot. The ConfigMgr Twitter community is doing great work in sharing many CMPivot queries. Learn more about CMPivot architecture and communication details as well. SCCM CMPivot Architecture Fast Channel Making | ConfigMgr.

SCCM logs are generated on the client and site server sides. The client and server components record process information in individual log files. Enabling debug or verbose mode also produces more detailed log files.

CMPivot is a powerful feature that allows you to evaluate the status of devices within your environment in real-time. By entering a query, CMPivot seamlessly runs the query on all currently connected devices in the selected collection, enabling you to gain comprehensive insights into the state of your devices and take swift, targeted actions as needed.

When I started the SCCM (SMS) admin job, the SCCM logs reading tool was Trace32.exe. With SCCM 2012 and CB, the default SCCM logs reading tool CMTrace.exe integrated with the products. You don’t have to download it separately.

Patch My PC
Index
Launch CMPivot
CMPivot Query to Analyze Client Logs
Query WUAHandler Log
Script Log Analysis
Co-Existence Mode
Scan Errors Using CMPivot
Analyze SCCM Client Logs Using CMPivot | ConfigMgr – Table 1

Launch CMPivot

You can launch the CMPivot tool from either the Admin console or the standalone CMPivot tool. Select the device collection you want and enter the query.

Analyze SCCM Client Logs Using CMPivot | ConfigMgr - Fig.1
Analyze SCCM Client Logs Using CMPivot | ConfigMgr – Fig.1

CMPivot Query to Analyze Client Logs

Let’s check some queries that can help you analyze the SCCM client logs using the CMPivot query.

  • CcmLog is the entity object that can query and analyze the client’s logs.
  • As per Microsoft Docs, the CCMLog entity can analyze the Lines from a CCM Log file within 24 hours (by default).

Query WUAHandler Log

The following query might help you get the details of the successful completion of the software update scan through the WUAHandler.log file. You can use the same method to analyze the entries of various SCCM client-side logs.

The entry that I’m interested in, the WUA Handler log, is a successfully completed scan. The CMPivot query helps to analyze the log files of all the Windows 10 devices and gives us a list of devices.

CcmLog('WUAHandler') | where (LogText like '%Successfully completed scan%') | distinct Device
Analyze SCCM Client Logs Using CMPivot | ConfigMgr - Fig.2
Analyze SCCM Client Logs Using CMPivot | ConfigMgr – Fig.2

Script Log Analysis

Let’s check the options for performing an analysis with the script.log file. This is useful to get the list of devices with a particular text entry in the script.log file.

CcmLog('Scripts', 1d)
Analyze SCCM Client Logs Using CMPivot | ConfigMgr - Fig.3
Analyze SCCM Client Logs Using CMPivot | ConfigMgr – Fig.3
CcmLog('Scripts', 1d) | where (LogText like '%Running PS script…%')
Analyze SCCM Client Logs Using CMPivot | ConfigMgr - Fig.4
Analyze SCCM Client Logs Using CMPivot | ConfigMgr – Fig.4
CcmLog('Scripts', 1d) | where (LogText like '%Running PS script…%') | distinct Device
Analyze SCCM Client Logs Using CMPivot | ConfigMgr - Fig.5
Analyze SCCM Client Logs Using CMPivot | ConfigMgr – Fig.5

Co-Existence Mode

Let’s find out which co-managed devices use the CMPivot tool—more details from Chris Buck.

Useful CMPivot Query : ccmlog (‘CCMSDKProvider’) | where (LogText like ‘%Device is in coexistence mode%’) | distinct Device – (Chris Buck (@SCCMF12TWICE) September 3, 2020)

Scan Errors Using CMPivot

Check out Matthew Hudson’s CMPivot query to analyze the updatesdeployment.log file and find scan errors.

A #CMPivot query to find machines with a given error code while scanning for updates.

ccmlog (‘UpdatesDeployment’) | where (LogText like ‘%0x87d00215%’) | distinct Device.

Then, you can select all devices – Run Script, and act on them. Matthew Hudson – [MS MVP] (@MatthewEHudson) August 28, 2020

Resources

We are on WhatsApp. To get the latest step-by-step guides and news updates, Join our Channel. Click here –HTMD WhatsApp.

Author

Anoop C Nair is Microsoft MVP! He is a Device Management Admin with more than 20 years of experience (calculation done in 2021) in IT. He is a Blogger, Speaker, and Local User Group HTMD Community leader. His primary focus is Device Management technologies like SCCM 2012, Current Branch, and Intune. He writes about ConfigMgr, Windows 11, Windows 10, Azure AD, Microsoft Intune, Windows 365, AVD, etc.

Written by

Anoop C Nair is Workplace Technology solution architect with 25+ years of experience in global enterprise organizations such as JP Morgan, Capgemini, etc. Microsoft Certified Trainer. Microsoft MVP from 2015 onwards for consecutive 11+ years! He also conducts Intune and modern workplace tech training for enterprise organizations. He is Blogger, Speaker, and Founder of HTMD Community and HTMD Conference. His main focus is on Device Management technologies like Intune, Windows, Cloud PC. He writes about technologies like Intune, SCCM, Windows, Cloud PC, Windows, Entra, Microsoft Security.

Discussion

Join the discussion

Your email address will not be published. Required fields are marked *

Related guides

Intune

Windows 11 KB5101650 KB5099414 July 2026 Patch and 3 Zero Day Vulnerabilities and 570 Flaws

Key Takeaways Windows 11 KB5101650 KB5099414 July 2026 Patch and 3 Zero Day Vulnerabilities and 570 Flaws! In the July 2026 Patch, Microsoft introduced new features designed to improve the overall Windows experience. The update adds enhancements to Windows Update for more flexible update management and introduces Point-in-Time Restore, providing an additional recovery option for […]

AC Anoop C Nair 9 min read
Intune

2026 June KB5094126 KB5093998 Windows 11 Patch | 3 Zero Day Vulnerabilities and 200 Flaws

Key Takeaways 2026 June KB5094126 KB5093998 Windows 11 Patch | 3 Zero Day Vulnerabilities and 200 Flaws! The June 2026 Windows 11 Patch Tuesday update brings several improvements to File Explorer. It adds support for additional archive formats, including UU, CPIO, XAR, and NuGet Packages (NUPKG). The update also preserves View and Sort preferences in […]

AC Anoop C Nair 10 min read
Intune

2026 May KB5089549 KB5087420 Windows 11 Patch | 0 Zero Day Vulnerabilities and 120 Flaws

Key Takeaways The Windows 11 May 2026 Patch KB5089549 KB5087420 Update brings important security fixes, performance improvements, and reliability enhancements across the operating system. The update introduces new features such as Xbox Mode for gaming, File Explorer improvements, enhanced input and sharing experiences, better taskbar and Windows Hello reliability, and additional enterprise management capabilities for […]

AC Anoop C Nair 8 min read
SCCM

ConfigMgr 2603 Introduces New Early Update Enrollment Process

Key Takeaways In this post we are discussing the ConfigMgr 2603 Introduces New Early Update Enrollment Process. Microsoft has officially released Configuration Manager version 2603 to the Early Update Ring, giving organizations an opportunity to test upcoming improvements before the global production rollout. The release is targeted at enterprises running ConfigMgr version 2409 or later […]

AC Anoop C Nair 3 min read