top of page
  • Writer's pictureMarcel Venema

MDT Reference Image Factory

Updated: Sep 3, 2018

Part 1 of 6: Install and configure Microsoft Deployment Toolkit


Automated process of building up-to-date .WIM images to use for deployment of servers and workstations.


In this post I will explain how to install and configure the Microsoft Deployment Toolkit to use it to automatically create an up-to-date .WIM image to use it for deployment of servers and workstations. Installing updates on a Windows server or workstation can take a considerable amount of time, especially when using the original .ISO image. The Reference Image Factory will automatically create every two weeks an updated .WIM image with the latest updates and patches, which can be used for deployment.


Step-by-step:

- Install Windows Assesment and Deployment Kit (ADK)

- Install Microsoft Deployment Toolkit

- Create service account

- Create Reference Share

- Import Operating systems

- Create MDT Reference Image TaskSequence

- Configure TaskSequence and reference share

- Add optional applications to Reference Image

- Remove ‘Press any key…’ from WinPE boot CD

- Create Windows Reference Images

- Copy Reference Images to an MDT Deployment share



Install ADK and MDT:

First step is installing the Windows ADK and the Microsoft Deployment Toolkit. Be sure to use the latest version of ADK and MDT, otherwise some compatibility issues may occur. I have provided an Ivanti Automation buildingblock here, download ADK here and MDT here, add the files as an Automation resource, import the building block and point to the created resource.


Create service account:

Next step is creating a service account. A Reference Image is created by starting an empty VM, boot from a Windows PE disk, install the operating system, install optional applications, update the OS and capture a WIM file. To connect from the Windows PE disk to the MDT Deployment Share a service account is needed. I create a local user service account named SA_MDT the deployment server. The password is Password1. In the Automation module the service account name and password can be changed at execution.


Create Reference Share:

MDT needs a deployment share to store the configuration, source files and logic to deploy the OS. The Automation module will create the folder on drive D:\, share the folder and set the appropriate permissions. The MDT module also creates the folder structure and initializes MDT. Also on this module, all parameters can be changed at execution. Be sure to use the same local user service account name used in the module before.


Import Operating Systems:

The last step is to import the operating systems. This can be automated, Automation runbooks are available on request, but it is much easier to manually import the operating system ISO into MDT. Open the Deployment Workbench and select Operating Systems. Create a clear folder structure, like the example below and import the OS.


Next steps:

At this point we have installed the Microsoft Deployment Toolkit, configured the Deployment Share and imported one ore more operating systems. In the next blog I will explain how to configure MDT and create the Reference Image task sequence.


Automation Buildingblocks:

235 views0 comments

Recent Posts

See All
bottom of page