MDT: deploy drivers

Drivers importés

In this tutorial, we will see how to add drivers in MDT, so that they are installed when deploying Windows. Before importing the drivers into the MDT console, I advise you to create a folder per model. When adding drivers, you must also regenerate the boot images so that the drivers are also integrated into …

Read more



MDT install Office when deploying Windows

Dans ce tutoriel, nous allons aborder l’installation d’Office lors du déploiement de Windows. If you are not familiar with application deployment with MDT, I invite you to read the following article first: MDT installation during applications during Windows deployment. Why use MDT to install Office? When adding the application in the console, you have the …

Read more



MDT : Application name is already used

MDT message d erreur

When creating a new application in MDT, you get the following message: Application name “application name” is already used. This error occurs when trying to create a new app with a name that was used and the app was deleted. Solution 1. Open the Applications.xml 1 file (with notepad++) located in X:\DeploymentShare\Control 2. Delete the …

Read more



MDT: Customize Sequence Based Deployment with TaskSequenceID

On MDT 2013 for the Priority=TaskSequenceID to be taken into account, you must modify the DeployWiz_SelectTS.vbs file 1. Backup the DeployWiz_SelectTS.vbs file located in DeploymentShare\Scripts 2. Open the file with Notepad / Notepad++ …. 3. Apply the changes below: Search : Add after : Search : Add before : 4. Save file 5. Edit the …

Read more



MDT installation of applications when deploying Windows

Choisir les applications

In this tutorial, we are going to have how to add applications in MDT. This allows you to install applications when deploying Windows. To illustrate the tutorial, we are going to add the Google Chrome application to the server. Prerequisites On your MDT server create a GoogleChrome folder and drop the installation file into it. …

Read more



MDT: Duplicate / copy a deployment sequence

In this tutorial, I will walk you through how to duplicate / copy a deployment sequence in MDT. The tool does not offer this possibility natively, but it is possible to do so by copying the configuration files. The advantage of this operation is to be able to use the same parameters of a sequence …

Read more



MDT – Installation and configuration – Microsoft Deployment Toolkit

In this tutorial, we will see how to install and configure MDT (Microsoft Deployment Toolkit) which is a free deployment tool from Microsoft. Then how to deploy Windows 10. MDT allows both the deployment of Desktop version and Server versions of Windows. The administration of MDT is done using an MMC console in which we …

Read more



WDS: DHCP configuration for UEFI

scope options

Introduction In this article, we will see how to configure the DHCP service so that you can use WDS to install Windows on computers with UEFI enabled, which is the case for Generation 2 virtual machines on Hyper-V. In a “standard” Active Directory deployment where DHCP and WDS services are installed on different servers that …

Read more