Author Archives: Andrew Barnes

Unknown's avatar

About Andrew Barnes

A Scripting and Deployment Specialist.

MDT 2012: DomainOUs List

There’s a feature in MDT that displays a dropdown list of Domain OU’s in the Lite Touch deployment wizard. There are 2 ways to set it up. First, you can create a list of OU’s in the customsettings.ini by using … Continue reading

Posted in Deployment, MDT 2010, MDT 2012 | Tagged , | 10 Comments

MDT 2012: Missing network drivers during LTI boot

I was contacted last week by a former colleague who is just getting into MDT. He was missing drivers on one model and received this common error page during his boot sequence. Naturally, I had loads of resources to share but … Continue reading

Posted in Deployment, MDT 2010, MDT 2012 | Tagged , , , | 19 Comments

Test Lab: Base Configuration – Hydration Kit: Custom Default settings

When using the Test Lab:Base Configuration Hydration Kit, you may want to use your own custom domain and server names. After all, it’s your testlab and you might spend a considerable amount of time working there. It makes sense to … Continue reading

Posted in Deployment, MDT 2012, Testlab | Tagged , , , | 8 Comments

Test Lab: Base Configuration – Hydration Kit released.

I’ve released my first Codeplex project today. It’s available at http://testlabhydrationkit.codeplex.com Hydration Kit – Test Lab: Base Configuration for Windows Server 2008 R2 The code is Microsoft Deployment Toolkit standalone media (Hydration Kit) that will configure each of the servers … Continue reading

Posted in Deployment, MDT 2012, Testlab | Tagged , , , | 12 Comments

LTI/ZTI Deployments: Add roles and features

I had a post drafted on adding roles and features, to begin a series of posts on server role deployment. However, Michael Neihaus has been kind enough to write up a great article on his blog. You can read it … Continue reading

Posted in Deployment, MDT 2010, MDT 2012 | Tagged , , | 2 Comments

MDT: Running a single PowerShell Cmdlet from a Task Sequence Step

Sometimes I want to perform small tasks that don’t really require a script creation. In those cases I use a Run Command Line task sequence step. It was always easy for cmd.exe and it’s just as easy for PowerShell.exe(once you … Continue reading

Posted in Deployment, MDT 2010, MDT 2012, PowerShell | Tagged , , | 10 Comments

Testlab: Test Lab Guides

During the start-up charter of my Scriptimus Ex Machina(yeah, pretentious but I had a plan) it was my intention to create in-depth guides on Test Labs as they are the foundation of all IT, from training to Proof of Concepts. … Continue reading

Posted in Testlab | Tagged , | Leave a comment

MDT: RTFM

There is a help file/manual that comes with MDT. It’s called Microsoft Deployment Toolkit Documentation Library. It’s located in the start menu. This documentation is immense. It covers everything from getting started, walkthroughs, App-V, SCCM, Scripting. (and it’s free) I … Continue reading

Posted in MDT 2010, MDT 2012 | Tagged | 4 Comments

LTI/ZTI Scripting: MDT Scripting Template

It’s back to VBScript today. I received an email from a reader last week. He had an issue with a deployment script. We thought it would be a good idea to share the solution. For me, a chance to review … Continue reading

Posted in MDT 2010, MDT 2012, SCCM, Scripting | Tagged , , , , | 3 Comments

LTI/ZTI PowerShell: Outputting Transcript from PowerShell Console

While testing a Lite-Touch deployment, I had an issue with a PowerShell script running in an application package. The error flashed by on the console screen so fast that I could not read it. To top that off, the log file … Continue reading

Posted in MDT 2010, MDT 2012, PowerShell, SCCM, Scripting | Tagged , , , | 6 Comments