MDT

Mirosoft Deployment Toolkit related information.

TIP: "OEM" Copy Replacement with MDT

For many years the “OEM” folder has been a method for copying files to the local hard drive of a machine while it was being built.

The idea was simply that anything in a particular folder would be copied to a specific drive during the Windows installation process.

The $OEM$ folder method is no longer available to modern Windows deployments.  The next best thing is a replacement process using MDT.

Automating WIM Image Creation

One of the biggest problems with the use of “fat” Windows Images is accidental contamination of a production Image.  A seemingly minor update can have unexpected consequences when background processes also make unnoticed changes.  The only way of being certain of how a WIM Image has been created is to fully automate the process with Task Sequences so accidents can’t happen & an audit trail is left behind.

USMT – Configuring Custom XML files

User State Migration (USMT) is a flexible framework for controlling how user data is managed during machine rebuilds.  It uses XML for declaring rules over data is backed up and restored. 

Every “component” has a unique display name and when being custom developed by administrators, they will generally consist of “documents” as a data type (just as the following role is likely to be “data” manipulation too.

How to detect Lenovo models and drivers with Task Sequences

Generally, using WMI to query a mainboard and determine driver sets is quite a straightforward exercise.  We can easily run up a tool like MSInfo32.exe to determine the Manufacturer and Model of a machine and these same BIOS files can be used in a Task Sequence to allow a driver set to be used.  The Image above shows a series of models that are available for the Manufacturer “Dell Inc.

MDT Factory Loading of Windows SOE Images

Recently I was forced to look at how Microsoft’s approach to factory pre-loading Windows has evolved.  After coming to terms with the earlier (and legacy) “breadcrumbs” approach, I was surprised as the polished simplicity of the Deployment Toolkit’s “LiteTouch OEM” sequence and even more impressed with the approach from SCCM 2012.  

Application Launcher

This Launcher is a C# compiled executable that interprets a local XML configuration file to install or remove a software package. It is designed to separate the complexity of logic that can surround a software installations from configuration information while providing an audit mechanism over a software library.

The Launcher is an evolution to a standardised deployment “wrapper” that provides a standardised interface for all applications.  It separates configuration information from the logic of installing and uninstalling applications.