Tag Archives: mdt2013u2

“Please reinsert the media (CD, DVD, or USB) needed to complete the deployment.” error when deploying via an MDT Media Share

By | July 14, 2016
Share

When a computer takes longer than MDT likes to locate the Media share to complete the Deployment, this error is presented. It will retry to locate the deployment when OK is clicked, but if this happens on a unit quite a bit, use this workaround. Add the following code to your Scripts\Litetouch.wsf ‘//—————————————————————————- ‘// Set… Read More »

How to make your VM use a static IP when booting an MDT WinPE image.

By | March 17, 2016
Share

When VMs exist in static IP environments and a VM is being used to capture a thin image with MDT, the boot image must be instructed to use a static IP during the capture process.  Here is my method of achieving this. Download the “SetStaticIP.vbs” and updated “Unattend.xml” file, using the following link: https://drive.google.com/open?id=0BwHI1r8k8A75S2w0UkZUeWM3NzA Update the “SetStaticIP.vbs”… Read More »