Microsoft Deployment Toolkit 2010 Beta 1: Using MDT to Prepare, Install and Capture customized Windows 7 Images – Part I
January 31, 2009 at 2:21 am | In Microsoft Deployment Toolkit (MDT), Windows 7 | 24 CommentsTags: Image Deployment, Microsoft Deployment Toolkit (MDT) 2010, Windows 7
Microsoft Deployment Toolkit team released the first beta of their next version: Microsoft Deployment Toolkit 2010 Beta 1 (you can access to the Beta program from Microsoft Connect and download the build). This new version includes several improvements, but perhaps the most important ones are related to Windows 7 and Windows Server 2008 R2 compatibility.
Some of the New Features
- Support for deploying: Windows 7 and Windows Server 2008 R2
- Hard Link Migrations using USMT 4 (User Migration Toolkit).
- Integration with new Windows Automated Installation Kit (WAIK) 2.0 toolset such as BCDBOOT and Windows PE 3.0.
- DISM tool (Dism.exe) included with WAIK 2.0 replace three other tools on previous version: Pkgmgr.exe (Package Manager), Intlcfg.exe (Internal Settings Configuration Tool) and PEimg.exe (WindowsPE Command Line tool ).
If you are planning to implement Windows 7 on your environment (check this link about the review I made about Windows 7 functionality) or you want to start to get to know Microsoft Deployment Toolkit in this new version; I’ve prepared this step-by-step guides that will cover almost everything you need to know about MDT 2010 and automated Windows 7 deployment, with personalized images.
These posts will cover the Lite Touch Installation (LTI) type of deployment of Windows 7 (Zero Touch Installation with System Center Configuration Manager 2007 it’s not currently supported with these Beta versions).
What we are going to achieve? Add Windows 7 to MDT, include applications (Office 2007) to be deployed within the operating system to generate a reference image. And finally we’ll capture this reference image (in a single .wim file) and make it available for a massive deployment with MDT 2010 Beta 1.
Requirements
Note: LTI deployment does not require Windows Deployment Services (WDS) to be fully operational to actually work, but we are going to take this as a requirement to implement WDS for PXE boot for only WindowsPE images.
Environment
- Active Directory and DNS
- DHCP properly configured for WDS.
- Windows Deployment Services (WDS) configured.
- Windows 7 source files.
Note: This previous post of mine shows how WDS must be configured to work together with DHCP.
Server
- Windows Server 2003 SP2, Windows Server 2008, Windows Server 2008 R2 Beta
- Windows Automated Installation 2.0 (WAIK).
You can download WAIK 2.0 from this link (English).

Installation
You won’t have any problem installing MDT 2010 Beta 1. There’s only a simple wizard to complete.

To verify that the installation completed successfully and all the necessary components are installed: Open “Deployment Workbench” snap-in from Start Menu, and check “Information Center” > “Components” > “Installed”.

MDT 2010 First Configurations
These initial configurations don’t differ from MDT 2008:
- Create the distribution share.
- Add operating system files to the distribution share.
- Create a task sequence for the reference computer.
- Create a deployment point.
Create the Distribution Share
This is the folder where the MDT files (OS, applications, drivers, etc) will be kept.
1. Open “Deployment Workbench”. Right click on “Distribution Share” > “Create a Distribution Share Directory”.

2. Select a folder. Click on “Finish”. Recommendation: Use a separate partition like “E:\Distribution”.
Add Windows 7 Operating System
Here we are going to add the OS to be deployed and create the reference image.
1. On “Deployment Workbench” > “Distribution Share”, right-click on “Operating Systems” > “New”.

2. Choose the type of OS to add. Select “Full set of source files” and click on “Next”.

3. Select the Source Directory. In my case, I have the Windows 7 x64 files copied in the hard drive, so I also mark the option “Move the files to the distribution share instead of copying them”. Click on “Next”.

4. Select a directory name. And click on “Finish”.

Now all the files will be moved to the Distribution Share folder and should appear as available after it completes.
Create the Task Sequence
This is where we define the steps involved in the installation process for the target computer.
1. “Deployment Workbench” > “Distribution Share” > “Tasks Sequences” > “New”.

2. Enter a “Task Sequence ID”: “Win7”; and a “Task Sequence Name”: “Deploy Windows 7”.

3. Select “Standard Client Task Sequence”.

4. Select the version of the OS to be deployed, in this case “Windows 7 ULTIMATE”.

5. Enter the OS settings. “Full Name”, “Organization” and “Internet Explorer Home Page”.

6. Specify Administrator’s password. And click on “Finish”.

Create a Deployment Point
Here we’ll define the rules and parameters involved in the deployment.
1. “Deployment Workbench” > “Deploy” > “Deployment Points” > “New”.

2. Since we are going to use the distribution share on this computer, select “Lab or single-server deployment”.

3. Select a deployment point name “LAB”.

4. Leave deselected the options for this upgrade scenarios.

5. Select “Ask if an image should be captured”.

6. Leave deselected the option “Ask user to set the local Administrator Password” (already included on the task sequence).

7. Leave deselected the option “Ask user for a product key”.

8. On the next step, the Distribution (“Distribution$”) folder should be selected as the Share. Click on “Next”.

9. Select “Automatically determine the location on the network”. And click on “Finish”.

Now the deployment point is created, we now have to generate the boot media from the deployment point; this media will be used to create the reference computer.
10. “Deployment Workbench” > “Deploy” > “Deployment Points” > “LAB” > “Properties”.
11. Check on the “General Tab” the “x64” option for “Platforms Supported”. Also you can verify on “WindowsPE” tab other options like drivers or background image.

12. Now to generate the boot files:“Deployment Workbench” > “Deploy” > “Deployment Points” > “LAB” > “Update”.

This last step could take several minutes to complete, so be patient. It takes a while generate from scratch the ISO and WIM files used to boot environments. After it completes, you can find LiteTouchPE files inside “%distribution%\Boot\”

Notice that I haven’t used the option “Out-of-Box Drivers”. Windows 7 contains almost every hardware driver available on the market, you won’t get much problem with this. But MDT has a simple and effective way to handle device drivers, using “Groups” where you can add specific files depending on your need. For example: You could have a group of drivers with all the files for specific model of notebooks devices, other for desktop.

We’ll be reviewing how to handle applications, most specific Office 2007, within an MDT deployment on the next posts.
Cheers!
24 Comments »
RSS feed for comments on this post. TrackBack URI
Leave a comment
Blog at WordPress.com. | Theme: Pool by Borja Fernandez.
Entries and comments feeds.

Computer geek, totally fan of the latest's IT platform solutions. Since 2006 I've been mentioned as Microsoft Student Partner, I continue working with them, collaborating on different academic and technological events. On this blog, you'll find most of the experience I have evaluating, designing, implementing and managing those technologies.


[...] Go here to read the rest: Microsoft Deployment Toolkit 2010 Beta 1: Using MDT to Prepare, Install and Capture… [...]
Pingback by Microsoft Deployment Toolkit 2010 Beta 1: Using MDT to Prepare, Install and Capture… | Shablogs — January 31, 2009 #
[...] [...]
Pingback by Posts about Windows 7 as of January 31, 2009 | The Lessnau Lounge — January 31, 2009 #
[...] Toolkit (MDT) | Tags: Image Deployment, Microsoft Deployment Toolkit (MDT) 2010, Windows 7 On the first post of this series, we’ve managed to install MDT 2010 and its requirements, prepare distribution [...]
Pingback by Microsoft Deployment Toolkit 2010 Beta 1: Using MDT to Prepare, Install and Capture customized Windows 7 Images – Part II « Augusto Alvarez — January 31, 2009 #
[...] on MDT, adding operating system files and creating a task sequence for the reference image (Part I); and also adding Office 2007 to the reference image and making it a silent installation (Part [...]
Pingback by Microsoft Deployment Toolkit 2010 Beta 1: Using MDT to Prepare, Install and Capture customized Windows 7 Images – Part III « Augusto Alvarez — February 2, 2009 #
[...] Good step by step guidance on using MDT 2010 Beta 1 [...]
Pingback by HaveYouSeenMyStapler.NET - Viral Tarpara's Blog : How To Upgrade Windows XP to Windows 7 In-place — February 24, 2009 #
[...] Toolkit 2010 Beta 1, that works only with WAIK 2.0 (check these articles of mine about MDT 2010: Post I, Post II and Post III); maybe you’ve noticed that the management tools that were included with [...]
Pingback by Step-by-Step: Adding Hyper-V Integration Components to Windows PE using WAIK 2.0 Tools « Augusto Alvarez — February 28, 2009 #
[...] sur ce Blog Posted: Saturday, April 18, 2009 10:40 AM by [...]
Pingback by Microsoft Technology Center Paris : Windows 7 déployé automatiquement au MTC — April 18, 2009 #
[...] Step-by-step sur ce Blog [...]
Pingback by Windows 7 déployé automatiquement au MTC | Coded Style — April 18, 2009 #
[...] Step-by-step sur ce Blog [...]
Pingback by Tune Up Your PC » Post Topic » Windows 7 déployé automatiquement au MTC — April 18, 2009 #
Windows 7 Release Candidate gets new features…
However, the 7100i is arguably the most business- conscious device in the 7100- series. Not only does it support secure email access that consumers have come to expect from RIM, but the BlackBerry 7100i also provides push- to- talk technology and full-…
Trackback by Windows 7 Release Candidate gets new features — April 26, 2009 #
Your tutorials are really helping me as I move away from Acronis …
But I’ve just come up with a ’stopper’ – in my MTD 2010 Beta 2, I don’t have the “Deployment Workbench” > “Deploy” section at all … there is no “Deploy” section … just “Information Centre” and “Deployment Shares”
I’ve been playing with this since yesterday and have never seen this tree …
Hmmm … any thoughts ?
Thanks for some great blogs
S.S.
Comment by Spencer Steel — September 9, 2009 #
Hello Spencer,
Did you check that all the components are properly installed? Still, MDT 2010 RTM has just been released, download it from here: http://www.microsoft.com/downloads/details.aspx?familyid=3bd8561f-77ac-4400-a0c1-fe871c461a89&displaylang=en
Cheers!
Augusto
Comment by Augusto Alvarez — September 9, 2009 #
hat was a great Step-by-Step guide, first of its kind. I would like to see your revised guide for the final release of MDT 2010. I am hoping to deploy customized Windows 7 Ent with Office 2007 silent install, customized default user profile on dissimilar hardware.
I would like to see an example walking through the process of creating customized default user profile for both windows 7 desktops and Win 2008 (Terminal server environment)
Orval
Comment by Orval — September 10, 2009 #
I also no “Deploy” option :( I’m using MDT2010 RTM.
How is that possible?
Comment by Samplex — September 25, 2009 #
Did you check that you have all the necessary components installed?
Cheers!
Augusto
Comment by Augusto Alvarez — September 25, 2009 #
And what are the componets that are necessary?
Comment by Samplex — September 26, 2009 #
Thanks Orval for your comments. I’m actually working in a few more posts about MDT 2010 RTM + SCCM 2007 SP2 RC, to deploy Windows 7 images.
Cheers!
Augusto
Comment by Augusto Alvarez — September 10, 2009 #
Hello,
I am having same issue NO “Deploy” Option. I have installed following software:
1) WDS 2008
2) WAIK for Windows 7 and W2K R2
3) Application Compatiblity Tool
4) Windows 2008.
I have checked everything but Not able to find Deploy option. Any suggestion would be great help
Comment by Gaurav Maniar — September 28, 2009 #
Quoted from other website:
“In MDT 2008 Update 1 you had to create and configure distribution shares and deployment points. You may recall that a distribution share was the folder that contained the source files for an operating system such as Windows Vista that you planned on deploying using MDT 2008 Update 1. The distribution share also contained any packages, drivers, or applications you wanted to include in your install. A deployment point on the other hand was a folder that contained all the files needed to deploy your Vista image together with any drivers, packages and applications needed for the install. A big change in MDT 2010 is that these two things (distribution shares and deployment points) are now combined into a single thing called a deployment share. This change simplifies the process of preparing and using your MDT-based deployment infrastructure.”
That`s why you wont find any “Deploy” option in MDT 2010 RTM. :-)
Comment by Lazyeyes — September 30, 2009 #
Brilliant! Thank you!! Finally, a proper Step-by-step “How to”. Even Microsoft can’t seem to give us this information in one simple place. Honestly, I went through at least 30 pages of half-written Microsoft babble before I found this site. I had MDT up & running in minutes & am currently deploying my first W7 image via MDT. (Done a few using WDS though).
Sorry to moan about Microsoft, but they love giving you tiny bits of the puzzle diseminated via dozens of text-heavy, disparate web pages. They couldn’t explain their way out of a paper bag without writing a hundred thousand words about how paper’s made!
By the way, your images aren’t showing in IE8
Comment by David Williams — November 2, 2009 #
Hello David,
Thanks for your comments, and I’m really glad that these posts helped you.
Strange about IE8 and the images, I’m currently using this browser and I don’t have the problem.
Thanks!
Augusto
Comment by Augusto Alvarez — November 2, 2009 #
Hi,
I have been looking for something like this for ages. It is an excellent document, but I have installed the latest MDT 2010 RTM and the steps have changed ever so slightly.
Do you know when you will be releasing your MDT 2010 RTM update?
Thanks!
Neil
Again, a fantastic document!
Comment by Neil — January 20, 2010 #
Hello Neil,
Thanks a lot for your comments!
I’m planning in the next MDT 2010 posts, so stay tuned because I think you’ll get some news any moment now :)
Cheers!
Augusto
Comment by Augusto Alvarez — January 20, 2010 #
Hi there.
Great installation help…thanks, fixed my problem.
Anyone reading this guys stuff should bookmark it.
Comment by Install Software — February 2, 2010 #