SCCM Run Script Stuck at “Creating Client Jobs” – Root Cause and Resolution

Overview During the investigation of SCCM Run Script execution failure, it was observed that the script deployment remained stuck at “Creating Client Jobs” in the SCCM Console and the PowerShell script did not reach the client endpoints. After troubleshooting, the below were identified as the most probable causes for this issue: Symptoms Observed Possible Cause … Read more

MECM not updating Heartbeat DDR and Hardware Scan info

Overview In Microsoft SCCM (ConfigMgr), administrators may encounter situations where client heartbeat status appears outdated or incorrect in the console, even though the devices are actively communicating with the Management Point. A quick and effective workaround in such cases is executing the SQL stored procedure: This article explains when and why to use this command, … Read more

Unable to delete Cloud Manangement Gateway

Overview In Microsoft Endpoint Configuration Manager (ConfigMgr / SCCM), administrators may encounter a scenario where the Cloud Management Gateway (CMG) remains stuck in the “Deleting” state even after all related Azure resources and console components have been removed. Symptoms You may observe the following: Primary Root Cause Service Connection Point role not installed, removed, or … Read more

🛠️ How to Create a Custom SSRS Report to Get All Software Products by a Specific Company

If you’re managing a large IT environment and want to generate a report that lists all software installed across systems from a specific company — like Microsoft, Adobe, or Google — you’re in the right place. In this guide, you’ll learn how to build a custom SQL query for SSRS (SQL Server Reporting Services) that … Read more

How to Generate a Report of Client Device Uptime in SCCM with Serial Numbers

Monitoring client device uptime is crucial for ensuring system health, stability, and compliance—especially in enterprise environments. In Microsoft Endpoint Configuration Manager (SCCM), you can quickly fetch and export this information using a simple SQL query. In this guide, we’ll walk you through a SQL script that retrieves the hostname, last boot time, and uptime in … Read more

Error while importing drivers into SCCM with SQL Server 2022

We get below error trying to import Drivers on to SCCM with SQL 2022 Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlQueryException Not found , property = CI_ID This issue occurs due to the Database compatibility with the SCCM Current branch. In order to fix this issue, we need to alter the CM DB compatibility from 160 to 150. Here is the … Read more

Resolving Sysprep Error While Creating an OS Image Using SCCM Image Capture

When attempting to create an OS image using SCCM image capture, the process may fail due to errors related to Sysprep. A common error reported in the smsts.log file and other related logs includes: Additionally, the %WINDIR%\System32\Sysprep\Panther\setupact.log file might show errors such as: OR OR Resolution Steps Option 1: Install All Pending Windows Updates Option … Read more

Creating a GPO for SCCM Client Installation.

Preparing for Client Installations with Group Policy We are going to configure Group Policy settings for our domain workstations so they will be able to successfully install the SCCM client. From Server Manager select Tools > Group Policy Management. Right-click on the Workstations OU and right-click and choose Create a GPO in this domain, and … Read more

SCCM Log Location

Locating log files Configuration Manager and dependent components store log files in various locations. These locations depend on the process that creates the log file and the configuration of your environment. The following locations are the defaults. If you customized the installation directories in your environment, the actual paths may vary. https://learn.microsoft.com/en-us/mem/configmgr/core/plan-design/hierarchy/about-log-files

Error 53 CCM Installation

Before proceeding with the troubleshooting of the issue, kindly end any running ccmsetup.exe process on the client machine using the task manager. Recommended antivirus exclusions for Configuration Manager – Configuration Manager Windows client prerequisites – Configuration Manager

CMTrace Download

CMTrace is one of the Configuration Manager tools. It allows you to view and monitor log files, including the following types: The tool helps to analyze log files by highlighting, filtering, and error lookup. Click on below link to downlaod CMTrace https://icloud360.in/wp-content/uploads/file-manager/cmtrace.rar Default Locations of CMTrace Configuration Manager automatically installs CMTrace in the following locations:

SCCM Not detecting Visual Studio 2019 Installation.

Enabling administrator updates to Visual Studio with Microsoft System Center Configuration Manager: Enabling administrator updates to Visual Studio with Microsoft Endpoint Configuration Manager Registry Keys Controlling Administrator Updates: Configure policies for enterprise deployments – Visual Studio (Windows) SCCM Available applications not detecting install – Microsoft Q&A Visual Studio Client Detector Utility download: Microsoft Update Catalog … Read more