Tag Archives: Deployment

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 »

How to Add “Deployment Duration” to the MDT Litetouch’s Final Summary Page

By | March 19, 2017
Share

1. Add a step in Task Sequence to create a “.tag” file named after the OsdComputerName, which will be later used to determine the deployment duration. Command Line: cmd /c echo. > “Z:\Logs\%OsdComputerName%.tag” 2. Add a Task Sequence step to sync time with Deployment Server during the State Restore phase. Command Line: cmd /c net time \\192.168.56.1… Read More »