SCCM Daily Maintenance Tasks

Benoit LecoursSCCMLeave a Comment

Microsoft System Center Configuration Manager (SCCM) is a powerful tool for managing large-scale enterprise systems. It is essential for IT administrators to perform regular maintenance tasks in order to ensure that SCCM is functioning optimally and to prevent any potential issues from arising. In this blog post, we will discuss the daily maintenance tasks that should be performed in order to keep SCCM running smoothly. Check overall site server health and hardware performance The first step in SCCM’s daily maintenance tasks is to check the health of the SCCM site server itself. We suggest starting by simply looking at the overall resource consumption in the Task Manager. If your IIS Worker Process is using all CPU, we suggest that you read our post about Software update maintenance best practice Verify all disk-free space and ensure that there’s enough free space left. Here are the main things to check which consume … Read More

How to use SCCM Cloud Management Gateway bulk registration token

Jonathan LefebvreSCCM1 Comment

One of the less-known benefits of the SCCM Cloud Management Gateway is the ability to install the Configuration Manager client to devices that are not connected locally and manage those devices without ever being on the internal network. For example DMZ servers. To do so, the client must be installed by a command line with an SCCM CMG Bulk Registration Token. In this post, we will show how to use the Bulk Registration Token to enroll DMZ servers to the Cloud Management Gateway. Requirements Configuration Manager version 2002 or higher Supported OS for Config Manager Cloud Management Gateway configured See our post, Setup SCCM Cloud Management Gateway The certificate used for the Cloud Management Gateway must be trusted by the client that will be installed If the certificate is a Public certificate, with a CNAME, then this will be trusted by default If the certificate is generated by a private … Read More

How to use Desktop Analytics for Windows 10 Feature Update

Jonathan LefebvreIntune, SCCM1 Comment

Desktop Analytics is still a recent product and a small beast that require a bit of time and trial and error to get going. The goal of Desktop analytics is to give data to understand your environment prior to mass roll out a new Windows 10 Feature Update. Desktop Analytics isn’t a product to deploy a Windows 10 Feature Update. ConfigMgr remains the master of the actual deployment. In this blog post, we’ll detail real-world scenarios on how to use Desktop Analytics information to help during a Windows 10 Feature update deployment. Desktop Analytics Windows 10 Update Requirements See our previous post on how to setup Desktop Analytics and connect it to your SCCM/ConfigMgr/MEMCM environment prior to reading this post. Select devices to be evaluated by Desktop Analytics Here are a few questions to help determine which devices should be included. Should Windows 7 devices be included? Assuming you are … Read More

SCCM Powershell collection boundary groups

Jonathan LefebvrePowershell, SCCM2 Comments

With SCCM 2002 that was just released, a small but extremely useful feature is now available in console. It is now possible to view what boundary group a device is connected to! This offers a new opportunity with collections based on Boundary groups, which could mean physical sites or any other meaningful needs in your environment. I’ve created a PowerShell script that automatically creates collections based on all the available boundary groups. Requirements SCCM must be at least version 2002. See our Step-by-step guide upgrade guide here SCCM Powershell collection boundary groups The script can be downloaded on GitHub, since Technet Gallery is retiring soon. Be sure to rate the submission if you are using it. Example of the result of the script Collection query for boundary groups Thanks to fellow SystemCenterDudes, Eswar Koneti, for his post about that exact query This isn’t the typical query for collections Note that … Read More

How to detect Office bitness with MEMCM global condition

Jonathan LefebvreSCCM6 Comments

I recently came across an issue where a MEMCM) Global condition was detecting the Office bitness (architecture), but only to one specific version(example below). This lead to a requirement issue where the computer was running another version of Office that wasn’t covered by the global condition. With that said, we still needed a requirement only for the architecture of Office, while the version was not that important for now. I’ve uploaded a new script to Technet Gallery that returns the Office Bitness no matter what version is installed (from Office XP to the latest). In this post, I’ll describe how to use the script with a MEMCM global condition as a requirement for an application. MEMCM Global Condition Office Bitness Requirement Download the Office Bitness detection script from Github The script The script is looking at the Bitness registry key of Outlook. The script will return the value of Bitness. … Read More