System Center

SCCM SUP OOBE ZDP (Out-of-Box Experience Zero Day Patch)

SCCM SUP OOBE ZDP (Out-of-Box Experience Zero Day Patch)

If you are using SCCM to update your Microsoft devices, then you may have noticed the large amount of Products that are available under the Software Update Point (SUP) configuration. I’ve struggled to find good explanations for each of the products so my plan is to find out as much information as I can for […]

Reporting on Office 365 Channels with SQL Query

Reporting on Office 365 Channels with SQL Query

If you’re responsible for managing Office 365 deployments within your organization, having visibility into which channels your devices are using is crucial for effective administration and maintenance. With the help of SQL queries, you can extract pertinent information from Configuration Manager data, allowing you to generate insightful reports or visualize data using tools like Power […]

SCCM – SQL Queries for Make, Model and Architectures of Devices

SCCM – SQL Queries for Make, Model and Architectures of Devices

These simple SQL queries can be used to pull data from the Configuration Manager database to provide you with a count of all make, model and architecture devices in your business. Instructions To get this information, open a new query within SQL Server Management Studio and copy and paste the query that you wish to […]

30 Useful SCCM SQL Queries

30 Useful SCCM SQL Queries

I’ve been creating a lot of collections with our SCCM recently, so I thought I would share the ones we thought were most useful: Show all computers in SCCM: Show all computers with a specific name: Show all computers with a specific operating system: Show all computers with a specific IP address: Show all installed […]

SCCM Collection Query for Devices with specific software installed and version or below

SCCM Collection Query for Devices with specific software installed and version or below

If you need to identify machines with specific software installed on a device but would also like to know whether they have a certain version of the stated software or below, then you can use the below query. This can help with software upgrades to identify machines that have not yet been upgraded. SCCM Collection […]

SCCM – Add Local User During OSD

SCCM – Add Local User During OSD

If you want to add a local machine user to your deployed machine during your SCCM OSD process then you can do this using a standard “Run Command Line” step. Instructions So, you need to add a “Run Command Line” step in your task sequence towards the end, after the Windows deployment and after the […]

Add or Remove Multiple Application Deployments in SCCM using Powershell

Add or Remove Multiple Application Deployments in SCCM using Powershell

Problem Scenario When using SCCM, you may find that you want to either add or remove application deployments based on what administrative categories each application has assigned. As an example, we had a number of applications for the Marketing department that were only distributed to a Marketing collection we had set up with only Marketing […]

Resolving SCOM Console Alert Clearing Issues

Resolving SCOM Console Alert Clearing Issues

We recently encountered a problem with our System Center Operations Manager (SCOM) console where some old alerts could not be removed or cleared. Despite confirming that the alerts were no longer relevant, every attempt to clear them resulted in a red X generic Microsoft error, causing the console to crash. What Caused the Issue? The […]

Windows 10 Language Packs

Windows 10 Language Packs

We manage a number of businesses across the world and we very often have to ensure that end-users in different countries have their required Windows languages available to them. We do this in two ways, one is that when Windows devices get built for a user in, let’s say France, the System Center Configuration Manager […]

Scroll to top