Tag Archives: Media

Run a MDT Deployment Share From Media Without Creating Seperate Media Share

By | July 19, 2018
Share

Found this cool trick to run a regular MDT Deployment share from media. Add a “media.tag” file to the \Scripts directory. Format and set the flash drive as bootable. NTFS for legacy and FAT32 for UEFI (Use rufus if larger than 32gb). Create Deploy\ folder on root of Flash Drive. Copy contents of Deployment Share… Read More »

Copy an MDT Deployment Share to a USB without building a Media Share

By | March 27, 2017
Share

*Updated to support both x86/x64 boot wims. This script copies an MDT Deployment Share to a USB drive and basically converts it to a media share in the process.  You must edit and update the “DrvLetter” variable. Please the batch file beside the “Deploy” folder. @setlocal enableextensions enabledelayedexpansion @echo off REM Variables that require updating SET… Read More »

“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 »