SCCM WQL Query – Clients without latest version installed

If you want to create a collection in Configuration Manager to show you all the devices that are not up to a specified version, then you can use the WQL query below: select SMS_R_SYSTEM.ResourceID, SMS_R_SYSTEM.ResourceType, SMS_R_SYSTEM.Name, SMS_R_SYSTEM.SMSUniqueIdentifier, SMS_R_SYSTEM.ResourceDomainORWorkgroup, SMS_R_SYSTEM.Client from SMS_R_System where SMS_R_System.ClientVersion != “5.00.8412.1007” Where “5.00.8412.1007” is the latest version number that you are currently using.

SCCM WQL Query – Clients without latest version installed Read More

SCCM – How to Create a DCM Item to Detect If the Firewall Is Off

We recently came across a great guide on how to setup a DCM item to detect if any users machines had the Windows Firewall turned off and how to report on it. So, we thought we would share this guide with our visitors, so head on over to MyITForum to check out how to carry this out. SCCM – DCM …

SCCM – How to Create a DCM Item to Detect If the Firewall Is Off Read More

SCCM Task Sequence Error – Can’t find script engine VBScript

We have recently started to have problems with running a CScript command in one of our SCCM task sequences where we send the local computer description to Active Directory to automatically set the Active Directory computer name description. It has always worked fine but seemed to have stopped working after the latest hotfix. So, after many hours of Googling, we …

SCCM Task Sequence Error – Can’t find script engine VBScript Read More

SCCM OSD Fails with Error 80220005 at the “Apply Windows Settings” step

If you are trying to deploy an operating system using SCCM and you are getting an error 80220005 at the “Apply Windows Settings” step, then there can be two reasons for this. One is that the computer name that you are trying to give to the machine is over 16 characters long and will cause a failure. The second is …

SCCM OSD Fails with Error 80220005 at the “Apply Windows Settings” step Read More

SCCM Distribution Point Pre-Requisite Powershell Script

If you are setting up some distribution points for Configuration Manager (SCCM) then you will need to ensure that you have all the correct server features installed and also the correct firewall ports opened. To do this, we have created a quick PowerShell script to carry this all out for us. To download this script for yourselves, please click the …

SCCM Distribution Point Pre-Requisite Powershell Script Read More

Microsoft Office 2013 – Skype and OneDrive for Business not installing when using OCT

If you are deploying Microsoft Office 2013 then you will have used the Microsoft Office Customization Tool (OCT) to tell your installer what parts of Office to actually install. So what if you have setup your installer to carry out the standard Word and Excel installs but you also want Skype for Business (or Lync as its known in Office …

Microsoft Office 2013 – Skype and OneDrive for Business not installing when using OCT Read More

How to Capture Microsoft Office Updates

This is a guide on how to capture Microsoft Office updates from a machine and then use these captured updates to either streamline a fully updated installation of Microsoft Office, or it can be used with Configuration Manager to ensure that you are pushing out the software fully patched. The reason we started using this method was to ensure that …

How to Capture Microsoft Office Updates Read More

SCCM – 52 Operational Collections

There is an excellent Powershell download available giving you 52 operational collections within SCCM. You should go over to the link below and take a look: 52 SCCM Powershell Collections Full list of collections created using the Powershell script are: All Clients All Clients Active All Client Inactive All Clients R2 CU0 All Clients R2 CU1 All Clients R2 CU2 …

SCCM – 52 Operational Collections Read More