Category Archives: MDT2013

How do I make my MDT Media with a UEFI BIOS?

By | August 12, 2014
Share

UEFI requires x64 AND FAT32.  FAT32 only supports up to 4GB file sizes.  Image files (.WIMs) are normally well larger that this. I came across a great blog post (Link Here).  The guy updated the built-in LTIApply.swf to auto apply an SWM file if available.  He also wrote a Powershell UI, which didn’t work for… Read More »

How to create Panasonic Driver Bundles from Scratch

By | March 4, 2014
Share

Here is a video I produced displaying the full process of building a driver bundle from scratch.  All needed files are provided via the video. How to create a Panasonic Driver Bundle from scratch. Files used in tutorial can be downloaded using the following link: http://goo.gl/AOPz66 /BG

A Custom vbScript to Restore and Capture User Data using USMT 4.

By | January 31, 2014
Share

The reason for a custom script, is that the customer wanted to see a prompt displaying how large the backup .MIG file would be before initiating the backup. The script was used in an SCCM 2012/MDT 2012U1 UDI Task Sequence.  I kicked off the script using a “Run a Command Line” step and used the… Read More »

“ZTI ERROR – Unhandled error returned by LTIApply: Not found (-2147217406 0x80041002)” Error When Running Sysprep And Capture Task Sequence.

By | January 16, 2014
Share

Scenerio: Running a “Sysprep and Capture” MDT 2013 Task Sequence on an updated Windows 8.1 Enterprise VM.  Task Sequence fails at the “Apply Windows PE” step. “ZTI ERROR – Unhandled error returned by LTIApply: Not found  (-2147217406  0x80041002)” error you would assume means the Task Sequence can not locate or access the boot.wim that it… Read More »

MDT User Exit script to populate the OSDComputerName variable with the previous machine’s Computer Name

By | November 7, 2013
Share

In a Computer Refresh scenario on an un-encrypted machine, the old Computer Name is stored in plain text in the registry on the local disk.  MDT can pull in this information and toss it into the OSDComputerName variable to hasten your Deployment Wizard. 1. Update your CustomSettings.INI (Rules) to call an external script to populate… Read More »