How To Auto Join Existing Device To Intune/Azure AD Via MDT

In this article I’ll explain how you can automatically enrol existing devices into Intune/AzureAD using Microsoft Deployment Toolkit (MDT) and Autopilot Profiles. There are a few reasons you may want…

Deploying Office 365 with Office Deployment Tool (ODT)

In this short tutorial I will demonstrate how to deploy Office 365 or Office 2021 using the Office Deployment Tool (ODT) Step 1: Customising the deployment Firstly, head over to…

Import Out-Of-Band Update to WSUS & MECM

With organisations still seeing the fallout from the dreaded KB5000802 BSOD Issue that i covered in this article I will explain how you can import out-of-band updates into WSUS to…

How to mount & un-mount an image in DISM

To mount a .WIM file in DISM you can use the following command Mount-WindowsImage -ImagePath “c:\yourpath\Install.wim” -Index 2 -Path “c:\Mounted_image” Index number depends on your WIM but in most cases…

How To Install Microsoft Office Professional 2016 with SCCM 2012

In this post i will explain the process of deploying Office 2016 Professional Plus unattended with Microsoft System Centre Configuration Manger 2012. This does not cover office 365 professional plus.…

How To Remove Windows 10 System Apps For Deployment with SCCM

In this tutorial, I will demonstrate how to remove unwanted System apps from Windows 10 to ensure smooth deployment using SCCM (2012). There are numerous ways to achieve the same…