Skip to content

Anoop C Nair

HTMD Author

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.

3,340 Guides
718 Reads
Experience
Follow
SCCM

ConfigMgr Shortcut EXE files RUN Commands|SCCM

Easy Access “Run” Commands for SCCM professionals. SCCM ConfigMgr commands are from the Windows RUN menu. Updated one – SCCM Shortcut Commands Windows Shortcut Commands (anoopcnair.com) Client ConfigMgr console Properties %windir%\System32\CCM\SMSCliUI.exe%windir%\SysWOW64\CCM\SMSCliUI.exe Run Advertised Program (x64 & x86) %windir%\System32\CCM\SMSRAP.CPL%windir%\SysWOW64\CCM\SMSRAP.CPL Task Sequence Progress Bar (x64 & x86) %windir%\System32\CCM\TsProgressUI.exe%windir%\SysWOW64\CCM\TsProgressUI.exe SMS Agent Host Restart (x64 & x86) %windir%\System32\CCM\CcmRestart.exe%windir%\SysWOW64\CCM\CcmRestart.exe SCCM […]

April 28, 2011 · 2 min read
SCCM

Learn How to Find Out SCCM ConfigMgr WMI Commands

Today, I will discuss How to Find Out SCCM ConfigMgr WMI commands. WMIC – Take Command-line Control over WMI. Microsoft is creating many good reasons to make the command prompt in Windows XP and the Windows Server 2003 family your home for systems management. One of those reasons is the Windows Management Instrumentation Command-line (WMIC), […]

April 28, 2011 · 2 min read
SCCM

SCCM ConfigMgr How to Remove Orphaned Collections

SCCM ConfigMgr How to Remove Orphaned Collections. This one goes back several years to when I routinely wrote code using the ConfigMgr SDK. It was easy to run some buggy code that didn’t quite do what was intended so that ConfigMgr might be left in an odd state. How to Remove Orphaned Collections One example […]

April 25, 2011 · 3 min read
SCCM

Enabling Debug Verbose Logging in ConfigMgr SCCM

They are enabling Debug Verbose Logging in ConfigMgr SCCM. Debug and Verbose provide additional information on error conditions for clients and servers. Editing this flag automatically triggers more details in the logs and does not require a reboot or restart of the system. Enabling Debug Verbose Logging in ConfigMgr SCCM To enable debug logging after […]

April 20, 2011 · 2 min read
SCCM

SCCM How to Resolve Duplicate or Conflict Record Issues ConfigMgr

SCCM How to Resolve Duplicate or Conflict Record Issues ConfigMgr. I have seen many duplicate record-related issues faced by many people in the Forums. William Eriepa explained the problem in the TechNet thread below. Records that have the same name, different GUID, and various hardware IDs are called Duplicate or Conflict Records. This is usually caused […]

April 8, 2011 · 5 min read
SCCM

SCCM DP Roles have PXE and Throttling Options ConfigMgr 2012

SCCM DP Roles have PXE and Throttling Options ConfigMgr. Exciting changes have been made to the Configuration Manager 2012 DP and PXE (more details). In Configuration Manager 2012, unifying infrastructure and simplifying administration are two of the release’s three key pillars (the third is user empowerment). Keeping those pillars in mind, we have updated the […]

April 5, 2011 · 5 min read
SCCM

SCCM The Best 2 Ways to Troubleshoot and Resolve SUP Sync Issues ConfigMgr

SCCM The Best 2 Ways to Troubleshoot and Resolve SUP Sync Issues ConfigMgr Very Well Explained Article on Software Update Point synchronization work, the difference between manual and scheduled sync and why to use active and non-active Software Update Points. Manual Sync & Scheduled Sync are the two ways in Configuration Manager 2007 to start synchronization. […]

April 1, 2011 · 2 min read
SCCM

ConfigMgr SCCM Antivirus Scan Exclusion Recommendations

Let’s learn about the ConfigMgr SCCM Antivirus Scan Exclusion Recommendations. Please review all the information which I shared in this post specific to your systems for antivirus scan issues and workarounds. Some of the steps defined herein may increase your security risk. They may also make your computer or network more vulnerable to attack by […]

March 8, 2011 · 2 min read
SCCM

SCCM ConfigMgr Script to Add Packages to New DPs

Let’s discuss the SCCM ConfigMgr Script to Add Packages to New DPs. I have seen a good script for adding DPs to a particular package. Test it in your lab before using it in the production environment. Script packages are simple containers that contain all the artefacts necessary to run a script. They are added […]

March 2, 2011 · 5 min read
SCCM

SMS to SCCM ConfigMgr Migration Tool

In this post, I will explore about SMS to SCCM ConfigMgr Migration Tool. 1E Migration Tool. This tool allows an SMS Administrator to Migrate all or selected packages and programs from his SMS environment into a System Center Configuration Management (ConfigMgr) environment. The Configuration Migration tool is used to moves configuration and test data from one […]

February 11, 2011 · 2 min read
SCCM

SCCM Software Update is not working through OSD Task Sequence

Today, I will discuss how the SCCM Software Update is not working through the OSD Task Sequence. Many complain that their software update is not working through the OSD Task sequence. Some challenges are that the client won’t know where to go for Windows updates, etc., but we can help it find those updates with […]

January 27, 2011 · 3 min read
SCCM

SCCM ConfigMgr State Messaging in Depth

Let’s discuss SCCM ConfigMgr State Messaging in Depth. I have gone through excellent documentation on SCCM State Messaging. Understanding state messaging in ConfigMgr is essential—critical software update data relies on this system—but in v.next of ConfigMgr, understanding state messaging is even more vital as more components take advantage of it. That said, let’s explore how […]

January 27, 2011 · 3 min read
SCCM

SCCM IP Check Script to Remove All of the Stale Systems from AD

SCCM IP Check Script When Troubleshooting client agent health issues at my current customer, I wanted to eliminate all of the stale systems from AD so I didn’t waste my time on them (and, of course, the customer was no real help here). I wrote a script to take a list of systems, check if […]

January 10, 2011 · 3 min read
SCCM

SCCM Report to List Down the Not Rebooted Workstations

Today, I will use the SCCM Report to List the Not Rebooted Workstations. This beneficial report lists the workstations that have not been rebooted for a specific time period. SCCM custom report is used to find out which machines have been rebooted for a long time. SQL Query – Not Rebooted Workstations SQL Query (Change […]

January 5, 2011 · 3 min read
SCCM

SCCM High-Level Architecture Design -The Best Guide

SCCM High-level Architecture design diagram is available for download. I have another post (the latest one) about “SCCM Architecture Decision Making Guide For 2022 Or Later | Best Practices“. This post deals with I/O performance tests. Also, from the same post, you can get details of a sample scenario with 25k clients. For example, most […]

December 31, 2010 · 2 min read