Deploying Windows 10 MDT Style

As of yesterday, MDT 2013 Update 1 is available for download – this is the much awaited update to MDT that allows for deployments using Windows 10. It requires two updates: The Windows ADK for Windows 10 – https://msdn.microsoft.com/en-us/windows/hardware/dn913721.aspx MDT 2013 Update 1 – http://www.microsoft.com/en-us/download/details.aspx?id=48595 The ADK is the largest install – if you have installed the ADK before, you know that the initial file you download is just a setup tool – the actual download happens … Read more…

How to Patch MDT OS Images Using WSUS

You should already be using the Microsoft Deployment Toolkit (MDT) for deploying servers in production, in test environments, in lab environments – you get the idea. It’s a simple way to guarantee a reproducible, consistent image every time; and it also provides a decent amount of flexibility for driver installation, application installation and deployment automation (and I love automation). What is even nicer is that you can patch the OS images such that every deployment will … Read more…

VM Deployment in Nutanix Community Edition with MDT

The Microsoft Deployment Toolkit is my preferred method for deploying Virtual Machines in the lab (everywhere, really) – There are no potential issues with cloning, software can be automatically installed, and a driver pool can be kept up to date. It also allows for offline servicing of the base image, so no waiting for 140+ Windows updates. One of my latest adventures has been using Nutanix Community Edition (NCE) to get a feel for how … Read more…

2008R2 Deployment and WMF 3

Using MDT to deploy images is one of the greatest ideas since sliced bread – no more waiting for Windows Updates to install, or running through documented installs. Aaron Parker has given several talks at Synergy about this very concept – Automate your deployments! Except when you go to install WMF 3.0 and PowerShell 3.0 offline into the WIM file for your 2008 R2 image. When you boot your image you’ll get the following error: … Read more…