Guide

Configuration Manager – How to Change the Approve/Deny Status of an Application Catalog Request

Configuration Manager – How to Change the Approve/Deny Status of an Application Catalog Request

If you are a Configuration Manager administrator, the chances are that you are using the Application Catalog to allow users to install their own software.A great feature of this is that you can put in specialist or licensed software and add a “Request” button. This means that your end users will only get the software […]

SCCM Query – Report on Distribution Point Statuses

SCCM Query – Report on Distribution Point Statuses

In Configuration Manager 2012, there is a section under the Monitoring ribbon called Distribution Status. This will give you a lot of information about your distributions and your distribution points. If you look at Distribution Point Configuration Status, this gives you a good understanding of whether your drivers, packages, applications and images have deployed correctly […]

SCCM – Report on Outlook Archive PST files on Devices

SCCM – Report on Outlook Archive PST files on Devices

If you want to report on machines that have Outlook archive (PST’s) on them, where they are and how big they are, then you can use this guide to create a report that will do this for you using Configuration Manager. First of all, you will need to tell your Software Inventory to look for […]

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

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

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

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

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

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

Join Server 2012 R2 Core to your Domain

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

How to enable Remote Desktop using Powershell

How to enable Remote Desktop using Powershell

If you are using Windows 2012 R2 Core or if you just like using Powershell, then you may want to know how to enable Remote Desktop. To do this, you should go into your Core server where you should see a command box. In here, type in Powershell and press enter. This will open up […]

Remove Windows XP End of Life Messages Utility

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

Removing the Windows XP End of Life Message

Removing the Windows XP End of Life Message

We have had a number of people asking us how they can remove the annoying end of life message that Windows XP displays. There are actually two of them, one is a Windows end of life message that looks like this: The other is Microsoft Security Essentials end of life message that looks like this: […]

Scroll to top