SCCM – WQL Query for Devices with Configuration Manager Client Installed and no System Center Endpoint Protection Installed

We have had a report that one of our WQL queries has not been working correctly, this is the one for devices that have Configuration Manager client installed but do not have System Center Endpoint Protection installed on them. The original post is here: WQL Query for Devices without Endpoint Installed So, we have looked into this and found the …

SCCM – WQL Query for Devices with Configuration Manager Client Installed and no System Center Endpoint Protection Installed Read More

Configuration Manager 2012 – How to Capture Task Sequence Error Logs to a Network Share

We have recently been doing some big OSD projects and with testing for such big projects comes the point where some of your testing will fail, so to find out why a test sequence fails, the first thing you should look at is your log files. However, ConfigMgr makes this an annoying process as the log files move about during …

Configuration Manager 2012 – How to Capture Task Sequence Error Logs to a Network Share Read More

System Center 2012 Configuration Manager SP1 Cumulative Update 5 Released

System Center 2012 Configuration Manager SP1 Cumulative Update 5 has been released by Microsoft. The issues that have been fixed in this update are as below (source: Microsoft): Task sequences The Continue on error check box is not selected under Task Sequences when an Install Software step and a Virtual Application package are defined as the source. This affects only …

System Center 2012 Configuration Manager SP1 Cumulative Update 5 Released Read More

Skype 6.18 Released – MSI Download Link & Silent Install Instructions

Skype version 6.18 has now been released and if you would like to either add this to your Configuration Manager Software Catalog or even have it available through WDS or Group Policy, then you will want to download the MSI file for it. Skype do provide a direct download link for its Skype software and the installer is packaged as …

Skype 6.18 Released – MSI Download Link & Silent Install Instructions Read More

Failed to validate content hash on ConfigMgr Distribution Points after Content Validation

We have recently had problems with our global distribution points in ConfigMgr after the monthly content validation has happened. On some of our distribution points (not all) we are getting and error stating: “Failed to validate content hash” With our monitoring on the Distribution Point Configuration Status looking like this (click the thumbnails for the larger images): As you can …

Failed to validate content hash on ConfigMgr Distribution Points after Content Validation Read More

Windows Server 2012 R2 Core – Adding Roles and Features Error Fix

If you have been trying to load any roles or features onto your Server 2012 R2 Core using Powershell, then you may find that you are the victim of this error message everytime you try to run your command: No matter was source you enter, it will not work. This frustrated us for days until we found a site with …

Windows Server 2012 R2 Core – Adding Roles and Features Error Fix Read More

Powershell – Install Server Core GUI Features

If you have Windows Server 2012 R2 Core installed but you want to be able to use a Graphical User Interface (GUI) then you can use the following Powershell command to enable it: Install-WindowsFeature Server-Gui-Shell –Source d:sourcessxs NOTE: you should ensure that your source location is correct and up to date with your Windows Updates. Once this is complete, you …

Powershell – Install Server Core GUI Features Read More

Join Server 2012 R2 Core to your Domain

If you are using Server 2012 R2 Core and you wish to join it to the domain, then you can use this simple Powershell command to do it. Add-Computer -DomainName YOURDOMAIN.COM -Credentials DOMAINUSERNAME -Restart Note that the -Restart command at the end will automatically restart your server once it has completed the joining process. Also be aware that you should …

Join Server 2012 R2 Core to your Domain Read More

SCCM 2012 Client Stuck in Provisioning Mode

We recently have had issues with our Windows 7 operating system deployments seemingly not completing fully. We were getting the following issues: The ConfigMgr client was not fully installed – it was displaying the Site Mode as “Unknown” The ConfigMgr client was not picking up a certificate – it was displaying as “None” The _SMSTaskSequence folder remained on the largest …

SCCM 2012 Client Stuck in Provisioning Mode Read More