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.  

Launcher Updated for Windows 8 & 8.1

I know how incredibly important it is to develop a standardised interface for running all applications.  For over a decade I've worked in blue chip organisations that have tried to maintain control over complex software environments.  The industry is far worse now than ever before in maintaining an understanding of what constitutes a "package" and what "packages" exist.