Skip to content
SCCM Client Push Installation Status Using SQL Query | ConfigMgr

SCCM Client Push Installation Status Using SQL Query | ConfigMgr

Written By Anoop C Nair
Last Updated June 25, 2024
Posted In SCCM
SHARE

Let’s check the SCCM Client Push Installation Status Using SQL Query. You can use different methods to install the ConfigMgr client software. I have an article that describes client push installation status using SQL query.

Client push installation is one of the easiest methods to install the SCCM client on a Windows 10 device. The Client installation process is explained via superflow in the article Troubleshoot SCCM Issues with SuperFlow. Learn how to install the SCCM client manually on a Windows 10 machine.

Learn more about Client push installation in the “Install ConfigMgr Client Using Client Push Installation Method” post.

NOTE! Configuration Manager tries to install the client on all discovered resources and retries any failures for up to seven days.

Patch My PC
Index
SQL Query
Results – SCCM Client Push Installation Status Using SQL Query
Stored Procedure for Client Push Method
Video Recording
SCCM Client Push Installation Status Using SQL Query | ConfigMgr – Table 1

SQL Query

Once you have initiated the client push installation method, you can track its status using the following query.

First, Open the SQL Management Studio and click the New Query button. Then, select the CM_MEM database from the drop-down menu. MEM is the ConfigMgr site code.

  • Copy the following SQL query to find the client push status.
  • Click on the Execute button.
Select * from V_CP_MACHINE
SCCM Client Push Installation Status Using SQL Query | ConfigMgr - Fig.1
SCCM Client Push Installation Status Using SQL Query | ConfigMgr – Fig.1

Results – SCCM Client Push Installation Status Using SQL Query

Following is the result of the SQL query to find out the status of the client Push Installation! The columns highlighted in the first table are important for understanding the retry.

Machine IDNameLatest
Processing
Attempt
Last Error CodePush Site
Code
Assigned
Site
Code
Initial
Request
Date
DescriptionNumber of AttemptsError Event CreatedStatus
16777219HTMDSCCM17:41.00HT1HT117:30.7Complete1NULL4
2097152002HTMDWIN1000:52.05HT1HT100:41.9Retry1NULL2
SCCM Client Push Installation Status Using SQL Query | ConfigMgr – Table 2

Stored Procedure for Client Push Method

Let’s understand the stored procedures that are used as part of the ConfigMgr client push installation method. The following is the list of stored procedures associated with the client push installation method.

  • sp_CP_CheckNewAssignedMachine
  • sp_CP_Collection
  • sp_CP_DeleteOldMachine
  • sp_CP_FindMachineSite
  • sp_CP_FindResourceSite
  • sp_CP_GenerateCCRByName
  • sp_CP_GetNewPushMachines
  • sp_CP_GetPushMachineName
  • sp_CP_GetPushRequestMachine
  • sp_CP_GetPushRequestMachineIP
  • sp_CP_GetPushRequestMachineResource
  • sp_CP_Machine
  • sp_CP_Query
  • sp_CP_SetLastErrorCode sp_CP_SetLatest
  • sp_CP_SetPushRequestMachineStatus
  • sp_CP_StatusDetail
  • sp_CP_StatusDetail_AllSites
  • sp_CP_StatusPercent
  • sp_CP_StatusPercent_All
  • sp_CP_UpdateMachineResource
SCCM Client Push Installation Status Using SQL Query | ConfigMgr - Fig.2
SCCM Client Push Installation Status Using SQL Query | ConfigMgr – Fig.2

Video Recording

The video below provides a step-by-step tutorial on installing clients.

SCCM Client Push Installation Status Using SQL Query | ConfigMgr – Video guide

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 · 3 comments

  1. Hi!

    With your query i saw someone pushed the installation on 3860 Clients 🙁

    This was a mistake…

    Do you know how i can find out, who it was 🙂

    THX

    TIM

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