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

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 2012 R2 – Task Sequence Best Practices Documentation

Microsoft have released a number of documents to make up a best practice guide for System Center Configuration Manager 2012 R2. The documents are free to download and although we have not read through them ourselves yet, we are told that they are very good so worth a read. You can download the documents individually from the link below: Download …

Configuration Manager 2012 R2 – Task Sequence Best Practices Documentation 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