Tag Archives: MDT2012

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 »

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 »

“Test for CloneTag in registry” error during a capture of Windows XP

By | January 8, 2014
Share

Issue: Occurs when Sysprep.exe does not write the CloneTag registry key on a successful generalize. Workaround: Import the CloneTag registry entries while the system is performing Sysprep. Here is a .REG file: https://panaconsulting.egnyte.com/h-s/20140108/d758d4092d454a22

Use WizardSelectionProfile to make MDT2012 Boot images act like MDT2010 Boot images.

By | January 29, 2013
Share

In MDT2012, the x86 or x64 boot images deploy any/all OSes (regardless of architecture), excluding a small subset of scenarios, which I can discuss further, if desired. MDT2010 boot images only supported deploying the OS of the booted architecture, i.e. the x86 boot image only displayed the x86 Task Sequences. If you want 2012 to… Read More »