CCMClean — Completely Remove and Repair the SCCM Client (2026)

CCMClean — Completely Remove and Repair the SCCM Client

If you have a Configuration Manager client that is not working correctly, the tell-tale signs are missing tabs, missing selections under the Actions tab, and incorrect or missing information on the General tab. Standard fixes like ccmsetup.exe /uninstall often fail to fully clean the client — leaving behind WMI corruptions and registry entries that cause … Read more

Migrate a System Center Orchestrator database to a different SQL Server

A close-up of the System Center Orchestrator logo.

We were running through our list of servers and looking at what each one was doing in terms of Domain Controllers, Exchange servers, SQL servers, System Center servers etc when we noticed that we had quite a few servers that were using pretty small databases but had a large amount of host resource allocated to … Read more

SQL Query to find members of an Active Directory Security Group

sql2016

We recently helped out with a data migration which included creating a completely new set of Active Directory security groups. They wanted all the members to have the same level of access but wanted all the new security groups to have a matching standard. So we needed to create all the new security groups and … Read more

Creating Current User Registry Keys in a SCCM Package

microsoft black logo

We were asked recently about how to use a SCCM package to amend current user registry keys (HCU). To be honest, we didn’t really know, HCU registry changes have always been a bit of a nightmare to manage. However, we started to have a look around and found an excellent guide on how to carry … Read more

SCCM OSD Stuck on “Just a moment…”

Microsoft Blue Logo

We came across a problem with our SCCM OSD recently where it was getting through approximately half the build process and then seemingly getting stuck on “Just a moment…” before timing out and not completing the build. This was a bit of a head scratcher as there did not seem to be any crash or … Read more

How to create a MDT Package within SCCM

microsoft black logo

As a SCCM administrator you are probably fully aware that you have a lot of power available to you when carrying out deployments using task sequences. But you can add even more options to SCCM task sequences by adding Microsoft Deployment Toolkit (MDT) integration. This gives you a load more options during a task sequence … Read more

SCCM – Full list of web security proxy exceptions

System Center Configuration Manager SCCM

When using Configuration Manager, you may find that some things may not work fully if you are also behind a web security proxy service. We came across this problem recently where the Asset Intelligence Point was being blocked from contacting the internet due to web security. This caused this error in our Configuration Manager Console: … Read more

SCCM – Create user collections based on Active Directory department attribute with Powershell

sccm logo

We recently built a new Configuration Manager system for a client who wanted user collections for all departments and companies within their corporate group. We were going to set these up manually which is a fairly simple, but time consuming, job to do. But this was a time restricted installation so we had a quick … Read more