Start the target computer (WDG-CLI-01) with the task sequence bootable media created earlier in the process. This medium starts Windows PE on the reference computer and initiates the MDT process. At the end of the MDT process, Windows 7 is deployed on the target computer.

Note   You can also initiate the MDT process by starting the target computer from Windows Deployment Services.

To start the target computer with the task sequence bootable media

1.   Start WDG-CLI-01 with the task sequence bootable media created earlier in the process.

Windows PE starts, and then the Task Sequence Wizard starts.

2.   Complete the Task Sequence Wizard using the information in Table 50. Accept the default values unless otherwise specified.

Table 50. Information for Completing the Task Sequence Wizard

On this wizard page

Do this

Welcome to the Task Sequence Wizard

In Password, type P@ssw0rd, and then click Next.

Select a Task Sequence

In the list box, select UDI - Windows 7 Target Deployment, and then click Next.

 

At the appropriate task sequence step, the UDI Deployment Wizard starts.

3.   Complete the UDI Deployment Wizard using the information in Table 51. Accept the default values unless otherwise specified.

Table 51. Information for UDI Deployment Wizard

On this wizard page

Do this

Welcome

Click Next.

User Information

1.   In User Name, type Woodgrove Bank Chicago Employee.

2.   In Organization or Department Name, select Woodgrove Bank – Chicago.

3.   Click Next.

BitLocker

Click Next.

Volume

Click Next.

Select Target

Click Next.

Deployment Readiness

1.   Review the configuration checks, and ensure that the status for all checks are set to Success.

2.   Click Next.

New Computer Details

1.   In Computer name, type WDG-CLI-01.

Note   In unknown computer scenarios, users could change the computer name to the appropriate value.

2.   In User name, type MDT2012\Administrator.

3.   In Password and Confirm password, type P@ssw0rd.

4.   Click Next.

Administrator Password

1.   In Administrator password and Confirm password, type P@ssw0rd.

2.   Click Next.

User Device Affinity

Select the Set primary user check box, and then click Next.

Language

Click Next.

Install Programs

Verify that the Microsoft Office Professional Plus 2010 – x86 check box is selected, and then click Next.

Summary

Review the information that that you provided while completing the previous wizard pages, and then click Finish.

 

To monitor the reference computer deployment process using the Deployment Workbench

1.   On WDG-MDT-01, click Start, and then point to All Programs. Point to Microsoft Deployment Toolkit, and then click Deployment Workbench.

2.   In the Deployment Workbench console tree, go to Deployment Workbench/Deployment Shares/MDT Deployment Share (C:\DeploymentShare$)/Monitoring.

3.   In the details pane, view the deployment process for WDG-REF-01.

4.   In the Actions pane, periodically click Refresh.

The status of the deployment process is updated in the details pane. Continue to monitor the deployment process until the process is complete.

5.   In the details pane, click WDG-REF-01.

6.   In the Actions pane, click Properties.

The WDG-REF-01 Properties dialog box is displayed.

7.   In the WDG-REF-01 Properties dialog box, on the Identity tab, view the monitoring information provided about the deployment process as described in Table 52.

Table 52. Monitoring Information About the Deployment Process

Information

Description

ID

Unique identifier for the computer being deployed.

Computer Name

The name of the computer being deployed.

Deployment status

The current status of the computer being deployed; the status can be one of the following:

·     Running. The task sequence is healthy and running.

·     Failed. The task sequence failed, and the deployment process was unsuccessful.

·     Completed. The task sequence has finished.

·     Unresponsive. The task sequence has not updated its status in the past four hours and is assumed to be nonresponsive.

Step

The current task sequence step being run.

Progress

The overall progress of the task sequence. The progress bar indicates how many task sequence steps have been run out of the total number of task sequence steps.

Start

The time the deployment process started.

End

The time the deployment process ended.

Elapsed

The length of time the deployment process has been running or took to run if the deployment process has finished.

Errors

The number of errors encountered during the deployment process.

Warnings

The number of warnings encountered during the deployment process.

Remote Desktop

This button allows you to establish a remote desktop connection with the computer being deployed using the Windows Remote Desktop feature. This method assumes that:

·     The target operating system is running and has remote desktop support enabled

·     mstsc.exe is in the path

Note   This button is always visible but may not be able to establish a remote desktop session if the monitored computer is running Windows PE, has not completed installation of the target operating system, or does not have the Remote Desktop feature enabled.

VM Connection

This button allows you to establish a remote desktop connection to a VM running in Hyper‑V. This method assumes that:

·     The deployment is being performed to a VM running on Hyper-V

·     vmconnect.exe is located in the %ProgramFiles%\Hyper-V folder

Note   This button appears when ZTIGather.wsf detects that Hyper-V integration components are running on the monitored computer. Otherwise, this button will not be visible.

DaRT Remote Control

This button allows you to establish a remote control session using the remote viewer feature in DaRT.

This method assumes that:

·     DaRT has been deployed to the target computer and is currently running

·     DartRemoteViewer.exe is located in the %ProgramFiles%\Microsoft DaRT 7\v7 folder

Note   This button appears when ZTIGather.wsf detects that DaRT is running on the monitored computer. Otherwise, this button will not be visible.

Automatically refresh this information every 10 seconds

Check box that controls whether the information in the dialog box is automatically refreshed. If the check box is:

·     Selected, the information is refreshed every 10 seconds

·     Cleared, the information is not automatically refreshed and must be manually refreshed using the Refresh Now button

Refresh Now

This button immediately refreshes the information displayed in the dialog box.

 

8.   In the WDG-REF-01 Properties dialog box, click OK.

9.   Close the Deployment Workbench.

To monitor the reference computer deployment process using the Get-MDTMonitorData cmdlet

1.   On WDG-MDT-01, click Start, point to Administrative Tools, and then click Windows PowerShell Modules.

The Windows PowerShell Modules command prompt opens.

2.   Create a Windows PowerShell drive that uses the MDT PowerShell provider by running the New-PSDrive cmdlet as shown in the following example:

New-PSDrive -Name DS001 -PSProvider mdtprovider -Root d:\DeploymentShare$

 

3.   View the MDT monitoring process by running the Get-MDTMonitorData cmdlet, as shown in the following example:

Get-MDTMonitorData -Path DS001:

This command returns the monitoring data collected by the MDT monitoring service running on the same computer that hosts the deployment share as shown in the following example output:

Name               : WDG-REF-01

PercentComplete    : 96

Settings           :

Warnings           : 0

Errors             : 0

DeploymentStatus   : 1

StartTime          : 6/7/2012 6:45:39 PM

EndTime            :

ID                 : 1

UniqueID           : 94a0830e-f2bb-421c-b1e0-6f86f9eb9fa1

CurrentStep        : 130

TotalSteps         : 134

StepName           : Gather

LastTime           : 6/7/2012 8:46:32 PM

DartIP             :

DartPort           :

DartTicket         :

VMHost             : XYL-DC-02

VMName             : WDG-REF-01

ComputerIdentities : {}

 

Name               : WDG-CLI-01

PercentComplete    : 26

Settings           :

Warnings           : 0

Errors             : 0

DeploymentStatus   : 1

StartTime          : 6/7/2012 3:07:13 AM

EndTime            :

ID                 : 2

UniqueID           : 94a0830e-f2bb-421c-b1e0-6f86f9eb9fa1

CurrentStep        : 49

TotalSteps         : 134

StepName           : Capture Network Settings using MDT

LastTime           : 6/7/2012 3:08:32 AM

DartIP             :

DartPort           :

DartTicket         :

VMHost             :

VMName             :

ComputerIdentities : {}

 

4.   Close the Windows PowerShell console.

If any problems occur during the deployment, consult the MDT document Troubleshooting Reference. When successfully completed, the target computer is running a Windows 7 operating system configured like the reference computer.

At the completion of the deployment process, Windows 7 starts for the first time, and the Welcome tab in the Deployment Complete dialog box is displayed. The Welcome tab displays helpful information about the deployment and provides contact information in the event issues with the deployment occur.

Review the information on the Deployment Summary and Applications Installed tabs to verify that Windows 7 and Office Professional Plus 2010 were installed correctly. When you have finished reviewing these tables, click Start Windows to log on to Windows 7 for the first time.

Note   Configuration Manager 2012 applications are not displayed on the Applications Installed tab. Instead, they are detected after the user logs on to the target computer for the first time.


 

Related Topics

Step 6: Deploy the Captured Image of the Reference Computer to the Target Computer