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 […]

SCCM – Create a device collection based on Exchange Server role

sccm logo

Following on from our recent posts for Configuration Manager collection queries, we have another one here for all devices that are Microsoft Exchange servers. Go ahead and create a new device collection and then use this query: select * from SMS_R_System inner join SMS_G_System_SERVICE on SMS_G_System_SERVICE.ResourceId = SMS_R_System.ResourceId where SMS_G_System_SERVICE.Name like “Microsoft Exchange%” Save the […]

Java 8 Update 161 MSI Installers and Offline Installers for x86 and x64 Browsers Released

Java MSI

We have now uploaded to our Filestore microsite the MSI installers and Offline Installers for the latest Java version release. The versions that have been added are: Java 8 Update 161 x86 MSI Installer Java 8 Update 161 x64 MSI Installer Java 8 Update 161 x86 Offline Installer Java 8 Update 161 x64 Offline Installer […]

SCCM – Hardware and Client Version SQL Query

sql2016

If you are looking for a SQL query to pull back hardware inventory information and the SCCM client version, then you can use the below to pull all this information together. SELECT S.Name0 as Name, S.Client_Version0 as [Cient Version], OS.Caption0 as [Operating System], CS.Manufacturer0 as Manufacturer, CS.Model0 as Model, PB.SMBIOSBIOSVersion0 as BIOS, PR.Name0 as CPU, […]

5 Home Gadgets That Will Actually Make Your Life Better

Technology

Technology continues to creep into every aspect of life as it advances, and your home is no exception. New gadgets are introduced continuously that make life just a little bit easier. Consider adding these five devices to your home to take advantage of advancements in technology and simplify your life. Smart thermostat A smart thermostat […]

Video Demo – Windows Updates Stuck on Shut Down or Reboot Fix

Promotional graphic for a Windows Updates Stuck on Shut Down or Reboot Fix, featuring a computer screen with a rocket graphic and relevant symbols.

We also have written guides for the different versions of Windows available here: Windows 10 Windows 7 Windows 7 Alternative Method Feedback We would love to hear your feedback on whether any of these methods helped you at all. If they have, please feel free to go ahead and leave us a message below using […]