KB4093118 & KB4093108 – Another Faulty Windows Update Released by Microsoft

Microsoft have yet again released another Windows Update which has caused corruption and crashing on Windows computers. We have particularly hit with issues on Windows 7 machines. Although there are reported issues with Server 2008 R2 as well. So, having spent a few hours searching for todays culprit, we found that the update causing the issue is this one: KB4093118 …

KB4093118 & KB4093108 – Another Faulty Windows Update Released by Microsoft Read More

Import Active Directory Powershell Module

If you want to use Active Directory modules for Powershell then you can will need to run the commands to import the required module and then install the RSAT tools. To do this, open up an elevated Powershell command box and run the following command to import the Server Manager module: Import-Module ServerManager Once that has completed, then run the …

Import Active Directory Powershell Module Read More

SCCM – User Experience During Application Installation

If you want your end user experience to show them the progress of an installation from your Software Center, then you will need to ensure that you have your command lines and user experience tab setup correctly. We have seen many people follow the “install in the background and don’t tell anyone the progress” method time and time again, however, …

SCCM – User Experience During Application Installation Read More

SCCM – 1802 Upgrade Released & How to get it now!

So Microsoft have today released version 1802 of Current Branch for Configuration Manager. This is great and there are some features in this upgrade that we are looking forward to trying out. But, on the slow ring, it could be a few days or weeks until it drops into your Configuration Manager Console. That’s bad. So, what can you do …

SCCM – 1802 Upgrade Released & How to get it now! Read More

SCCM – Active Directory Security Group Query for User Collection

If you are looking at setting up a SCCM user collection based on membership of an Active Directory Security Group, then you can use this WQL query for the collection. WQL Script To set this up, create a new collection and copy and paste this as its query: Variables You can add or remove any of the SMS_R_USER columns from …

SCCM – Active Directory Security Group Query for User Collection Read More

Controlling Autodiscovery for Outlook using Group Policy

We have recently been working on a Microsoft Office 365 email migration from on-premise to cloud based Exchange. One of the challenges that we faced was making the migration process as painless as possible for the end user. However, with thousands of end users having Microsoft Outlook 2010 installed and already configured to work with the existing on-premise server, we …

Controlling Autodiscovery for Outlook using Group Policy Read More

Start a stopped service on multiple devices using Powershell

Following on from our recent guide about restarting a service on multiple devices, we were also asked about starting a stopped service using a similar method. This is pretty simple and can be carried out in almost exactly the same way. Powershell Script So to carry this out, you should create a txt file with the list of device names …

Start a stopped service on multiple devices using Powershell Read More

How to create correct partitions to deploy a Windows image to a UEFI based device

We have recently come across an issue when trying to deploy a test virtual machine using Hyper-V (Generation 2 – UEFI) that once you have selected your task sequence, you get an error and the task sequence bombs out. This is because we had not setup the correct drive partitions to be able to deploy using Generation 2 technology. To …

How to create correct partitions to deploy a Windows image to a UEFI based device Read More