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

sccm logo

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 … Read more

Install GUI on Windows Server 2012 R2 (Server Core to Full GUI Guide)

install GUI on Windows Server 2012 R2 using PowerShell server core to full interface

If you installed Windows Server 2012 R2 Core and later realised you need a graphical interface, you can switch to the full GUI without reinstalling the OS. This guide shows you exactly how to install the GUI using PowerShell, including the required source files and common issues. Requirements Before you begin, make sure you have: … Read more

Powershell Commands

powershell

Powershell is becoming more and more important these days and the possibilities for using it are endless. However, there are also a large amount of very basic easy-to-use commands that you should add to your knowledge collection. We all pick up new Powershell commands that help us to do our jobs all the time so … Read more

Join Server 2012 R2 Core to your Domain

Windows Server 2012

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 … Read more

SCCM 2012 Client Stuck in Provisioning Mode

sccm logo

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 … Read more

Task Sequences types in Software Center – OSD or Application?

System Center Configuration Manager SCCM

Sorry about the recent lack of updates on our site but we have been incredibly busy fixing “real world” IT issues! Its also the silly season for holidays so over the next month updates may be a little sparse but we will try our best! We recently came across a really good blog post by Daniel … Read more

ConfigMgr OSD – Strange Task Sequence Failures Solved

ConfigMgr OSD – Strange Task Sequence Failures Solved

We had reports from a customer this week about strange issues with their Configuration Manager OSD Task Sequences failing. The OSD seemed to work on most machines but a new batch of refurbished laptops would PXE boot but then would fail after the task sequence had been selected with a generic Microsoft error (you know … Read more