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

Remove Windows XP End of Life Messages Utility

On April 8th 2014, Microsoft ended all support for Windows XP. They then released a number of Windows Updates that displays annoying messages on your desktop telling you that your operating system is now at its end of life. This is the Windows message: The second is the Microsoft Security Essentials one: We have been asked a number of times …

Remove Windows XP End of Life Messages Utility Read More

Configuration Manager Report Query for Servers not rebooted in the last week

If you want to report on the servers that have not had a reboot in the last week within your Configuration Manager environment then you can run this query directly on your SQL database or you can use it to create a report within SSRS. How to create a Configuration Manager Report using SSRS SQL Query The query is below …

Configuration Manager Report Query for Servers not rebooted in the last week Read More

SCCM Report Query for Machines without Client Installed

If you want to report on the machines that do not have the ConfigMgr client installed within your Configuration Manager environment then you can run this query directly on your SQL database or you can use it to create a report within SSRS. The query is below and can be altered to fit your own needs by adding columns and …

SCCM Report Query for Machines without Client Installed Read More

Configuration Manager Report Query for Client Version

If you want to report on the versions of your ConfigMgr clients that you have within your Configuration Manager environment then you can run this query directly on your SQL database or you can use it to create a report within SSRS. How to create a Configuration Manager Report using SSRS The query is below and can be altered to …

Configuration Manager Report Query for Client Version Read More

Task Sequences types in Software Center – OSD or Application?

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 Ratliff over at PotentEngineer.com about ConfigMgr …

Task Sequences types in Software Center – OSD or Application? Read More