SCCM – Query for devices in a specific Active Directory Organisational Unit (OU)

If you are looking for a SCCM query query that will return all machines that are in a specified organisational unit (OU), then you can use this one below. All you need to do is change the demo OU below to your own required OU. Organisational Unit TECHYGEEKSHOME/LAB/COMPUTERS/WINDOWS 10 Query Script SELECT distinct * FROM SMS_R_System WHERE SMS_R_System.SystemOUName = “TECHYGEEKSHOME/LAB/COMPUTERS/WINDOWS 7” …

SCCM – Query for devices in a specific Active Directory Organisational Unit (OU) Read More

SCCM – SQL Query for ConfigMgr clients not upgraded to CM2012 (v5)

This is a query for ConfigMgr 2012 and it will return the machines that do not have the 2012 client installed on them. This is useful if you have gone through an upgrade from 2007 to 2012 and need to know if or where machines have not fully upgraded themselves so that you can take remedial action on them. This …

SCCM – SQL Query for ConfigMgr clients not upgraded to CM2012 (v5) Read More

Remove IE MSI

We are pleased to announce the release of our RemoveIE software in an MSI format. This will allow you to distribute the application to a large number of computers using tools such as Group Policy or SCCM. The MSI program is a free download and this does allow you to distribute the software within your own environment to as many …

Remove IE MSI Read More

EA & Need For Speed Rivals – Nothing but problems!

Recently, I started playing Need for Speeds Rivals on the new Xbox One console. This is a title that I’m very familiar with and have played all versions over the many years of the Need for Speed franchise. However, Rivals has been nothing but a major disappointment – don’t get me wrong, the game itself is brilliant – no complaints …

EA & Need For Speed Rivals – Nothing but problems! Read More

Powershell error when running scripts – scripts disabled

If you are trying to run a Powershell script, you may find sometimes that you get this following error message: Cannot be loaded because the execution of scripts is disabled on this system. There is a very simple fix for this, all you have to do is ensure that you run your Powershell program as administrator to give it elevated …

Powershell error when running scripts – scripts disabled Read More

Server Information SQL Query for SCCM

The below SQL query can be used against your SCCM database to return information about your servers. You can edit this query to bring back different information and also use it to create a report using SSRS. This query by default brings back the following information: Query More Queries Our full range of SQL and WQL Collection queries are available here. …

Server Information SQL Query for SCCM Read More

SCCM – WQL Query for devices with Google Earth installed

If you want to identify machines with Google Earth software installed, you can utilise the Add/Remove Programs software inventory to do this by using this query. This WQL query can then be used as part of an import function to create a device collection within SCCM. More Queries Our full range of SQL and WQL Collection queries are available here. Feedback …

SCCM – WQL Query for devices with Google Earth installed Read More