A WordPress.com site dedicated to System Center and Cloud Management

Posts tagged ‘Task Sequence’

Working With The Microsoft Deployment Toolkit (MDT) 2013 – Part 7: Build And Capture A Reference System


In our last post we finished creating the Boot Media to use when building and capturing a Windows image.

Now we are going to create use the Boot Media and (finally) build and capture a Windows image.

Build And Capture A Reference System

Take the Boot Image that we created (found in \Boot). We are going to use the “LiteTouchPE_x86.iso” because the x86 media is more widely compatible (not everything is compatible with x64).

We are going to use a Virtual Machine (VM) for the reference system.

Start by mounting the ISO to a blank Virtual Machine, then start the Virtual Machine. You will be presented with the following prompt. Press any key so the Virtual Machine (VM) will boot from the Boot Media.

Build And Capture 01

Eventually, though it may take a while depending on your network, the Microsoft Deployment Toolkit wizard will appear. When it does, click on the “Run the Deployment Wizard to install a new Operating System” option.

Build And Capture 02

You will be presented with a dialog for User Credentials. These credentials must be able to access the MDT server, as this is where the image file will be captured to. Supply the credentials and then click OK.

NOTE: If you MDT Server is in a domain, you can use domain credentials, but what if it isn’t? What if your MDT server is in a Workgroup (like mine is)? In that case, in the “Domain” field, you would just use the server’s name.

Build And Capture 03

On the Task Sequence screen, choose the appropriate task sequence to run, then click Next. In our case, this is the Task Sequence we created (see Working With The Microsoft Deployment Toolkit (MDT) 2013 – Part 5: Create A Task Sequence).

Build And Capture 04

On the Computer Details screen, you can provide a Computer Name (though it is not required) but do NOT choose “Join a domain”; just accept the default of “Join a workgroup“, and then click Next.

Build And Capture 05

On the Move Data and Settings screen, since we are not migrating any user’s data, choose the “Do no move user data and settings” option, and then click Next.

Build And Capture 06

On the User Data (Restore) screen, again since we are not migrating users, choose the “Do not restore user data and settings“, and then click Next.

Build And Capture 07

On the Product Key screen, you can supply a key if required, then press Next. This depends on your environment/organization, and if you have a Multiple Activation Key (MAK), or if your organization uses a Key Management System (KMS). For this lab example, we are going to choose “No product key is required.”

Build And Capture 08

On the Locale and Time screen, make the appropriate adjustments required, and then click Next.

Build And Capture 09

On the Administrator Password screen, provide a password for the LOCAL Administrator account, then click Next.

IMPORTANT: I need to emphasize that this is for the LOCAL Administrator account. This is the local non-domain account. This means that if you are using this image in a domain environment, and the system looses its trust with the domain, your IT department can use this local account to log into the system and re-join/re-add it to the domain.

Build And Capture 10

On the Capture Image screen, choose the “Capture and image of this reference computer“, give the file a unique name, and then click Next.

Build And Capture 11

On the Ready screen, review the information displayed, and then click Begin.

Build And Capture 12

The process will begin by installing the Operating System we specified in our Task Sequence. Time to sit back and watch.

Build And Capture 13

Eventually the Operating System will be installed. However, it may look like nothing else is happening (at least in reference to capturing Windows 8). Navigate to the Desktop.

Build And Capture 14

On the Desktop you will see that the Task Sequence is continuing, and installing the Application (in this example Microsoft Office) we specified.

Build And Capture 15

Once all the steps in the Task Sequence have completed, the final capturing piece will initiate. This starts with SysPrep being executed on the reference system.

Build And Capture 16

Eventually the process will get to the point where it shows “Create WIM”. This may take a while depending on your hardware/network, but will eventually result in the captured image.

Build And Capture 17

Once the capture has completed, click Finish.

NOTE: The Virtual Machine (VM) will automatically restart. We are done our work with it, so you can shut it off.

Build And Capture 18

Back on the MDT Server, navigate to \Captures. In that directory you will now see your captured .WIM file with the name we supplied in the wizard.

Build And Capture 19

Now that we have captured image in a .WIM file, you can use it with your Operating System Deployment tool(s)/process.

Here is a video walk through:

Tag Cloud