This error is very annoying when running through a build. I Googled and found this fix to it by Kyle Beckman. The trick is delaying the L...
In 2014, I published this blog entry that configured the BIOS during a build process. It used the Dell Command | Configure utility. At the...
There are updates that have to be installed after the OS has been installed. .Net Framework is an example. When I am building a reference ...
My firm uses MDT to build all of our computers. The windows updates are setup as packages so they can be applied to the OS before it is la...
This script will generate a clean list of Microsoft updates that were installed during a system build, making it drastically easier than h...
This error message was caused, at least in my situation, by the addition of Internet Explorer 11 into the build. It was not integrated, but...
In my experience, this error was caused by me manually editing the unattend.xml file associated with an imported operating system. Specific...
This script is intended to apply updates and hotfixes after the OS has been installed and is online. There are windows updates that cannot...
My firm is getting the first tablet machines in that will be Windows 8.1. This requires MDT 2013 and ADK 8.1. The problem is that we still ...
As many of you have probably experienced, SCCM and MDT do not always install all of the applications that are in the task sequence list, e...
This error is caused when the working directory no longer exists that is assigned to the application being installed. It would be nice if M...
If you ever go into the Control folder of the deployment share, you will see every task sequence that has ever been created in there. They ...
It is nothing new that you can setup MDT or SCCM to automatically create the computer name via the customsettings.ini file. This is a sampl...
Autodesk makes it very easy to create installation packages for deploying Revit software. The problem is that when executing these deploym...
As there is not much documentation on how to use the ZTIBiosCheck.wsf file with MDT/SCCM, I had to figure a lot of it out. The WSF file ret...
This error, which occurs in both MDT 2010 and MDT 2012, is caused when the USB thumb drive is left in the USB port after the initial WinPE ...
Overview Deploying Windows XP with MDT is tricky. The typical creating a golden image and then linking the golden image to the final image...
You want to set the BIOS settings during an imaging process, but you can't get it correctly sequenced into the task sequencing. The BIO...
There was little documentation on how to get a language pack to appear as an optional installation in the MDT 2010 process. You might first...