Вы находитесь на странице: 1из 10

Configuring and Managing Windows Deployment Services

Page 1 of 10

Configuring and Managing Windows Deployment Services


Abstract
This lab is intended for IT Professionals who must deploy operating system images in enterprise environments using Windows Deployment Services. In this lab you will learn to configure a Windows Server 2003 R2 server with WDS for first use, as well as add boot and install images to the server. You will then learn to deploy images using WDS. Note that this lab is built using BETA software. Some steps in this lab document may not function as expected at all times.

Objectives
In this lab, you will perform the following: Configure a WDS server for first use Add additional images to a WDS server Modify an existing WIM file Deploy a client image using WDS

Scenario
You have multiple builds of Windows Vista that must be deployed. You have created WIM files for each build of Vista and are ready to begin mass deployment. You must establish a WDS server and deliver images to clients using network boot and WinPE.

Prerequisites
You should be familiar with the following products or technologies before you begin this lab. RIS WIM Files ImageX or similar WinPE

Background Information
The following virtual machines will be used to complete this lab: VistaLabs_DC1: Domain Controller running Windows Server 2003

Duration
120 minutes
Built by HynesITe, Inc www.hynesite.biz | see whats possible

Configuring and Managing Windows Deployment Services

Page 2 of 10

For More Information


http://www.microsoft.com/technet/windowsvista/deploy/default.mspx

Support Information
This lab is built and supported by HynesITe, Inc. See whats possible at www.hynesite.biz.

Built by HynesITe, Inc www.hynesite.biz | see whats possible

Configuring and Managing Windows Deployment Services

Page 3 of 10

Exercise 1
Configuring Windows Deployment Services Server
You have just installed a Windows Server 2003 R2 server to be used as a Windows Deployment Services server. You must use the WDS Administration tools to configure WDS to respond to client requests and enable other confirmation settings. You will also add an image to WDS.

Configure Windows Deployment Services Server


Windows Server 2003 R2 includes the option of installing Remote Installation Services (RIS). RIS can be used to deploy Windows 2000, XP & 2003 clients & servers. With the release of Windows Vista, RIS has been replaced with Windows Deployment Services (WDS). For this lab, the server has been built and the RIS option has been installed but has not been configured. In the interest of timing in the HOL environment we have pre-installed WDS accepting all of the default options, but have not configured it. In this lab, you will configure WDS for first use. 1. Log on to DC1 as Administrator with a password of P@ssw0rd. 2. On the Start menu, point to All Programs, point to Administrative Tools, and then click Windows Deployment Services. 3. From the WdsMgmt console, expand Windows Deployment Services, right click Servers and then click Add Server. 4. In the Add Server dialog box, select Local Computer and click OK. 5. In the Add Server Warning dialog box, click Yes. 6. From the WdsMgmt console, expand Servers, right click on DC1.contoso.com and then click Configure Server. 7. In the Welcome Page dialog box, click Next. 8. In the Remote Installation Folder Location dialog box, in the Path text box type E:\RemoteInstall and click Next. 9. In the DHCP Option 60 dialog box, select Do not listen on port 67 and Configure DHCP Option Tag #60 to PXEClient check boxes and then click Next. Note: This option is required because WDS and DHCP services are running on the same server. 10. In the PXE Server Initial Settings dialog box, select Do not respond to client computers and click Finish. 11. In the Configuration Complete dialog box, clear the Add Images on the Windows DS Server now check box and click Finish. Note: lab. If you get an Invalid Pointer Server Error, click OK. This will not affect your

Create Windows Image Group


Built by HynesITe, Inc www.hynesite.biz | see whats possible

Configuring and Managing Windows Deployment Services

Page 4 of 10

In this task you will create a Windows Image Group to organize the various Windows images. 1. From the WdsMgmt console, expand DC1.contoso.com, right click Install Images and then click Add Image Group.

2. In the Add Image Group dialog box, type VistaImages in the text box and click OK.

Built by HynesITe, Inc www.hynesite.biz | see whats possible

Configuring and Managing Windows Deployment Services

Page 5 of 10

Exercise 2
Customize a Windows Deployment Services Server
You have now completed the basic configuration of your WDS server. The next part of the process involves adding install and boot images to service client requests. Once this has been done you will then configure the default Active Directory location for new computer accounts, and you will modify the server configuration so that it will respond to client requests.

Add Windows Install Image


WDS supports three types of images: Install, Boot, and Legacy. Legacy images contain pre Windows Vista operating systems. Boot images contain WinPE images that can be used for tasks such as setting up new machines or maintenance & troubleshooting tasks, while Install images are WIM files containing Windows Vista and Longhorn installation images that are used for installing new machines. In this task you will add Windows Install Images to the newly created Windows Image Group. 1. From the WdsMgmt console, expand Install Images, right click VistaImages and click Add Install Image.

2. In the Image File dialog box, click Browse. 3. In the Select Windows Image (WIM) File dialog box, navigate to E:\sources and select INSTALL.WIM and click OK. 4. In the Image File dialog box, click Next. 5. In the List of Available Images dialog box, ensure that all check boxes are checked and click Next. 6. In the Summary dialog box, click Next. Note: Adding the Windows Image (WIM) file will take 15 minutes. Leave the process running and proceed to the next step 7. When completed, in the Task Progress dialog box, click Finish.

Add a Windows PE Boot Image using WDSutil


In this task you will use the command line tools to add a Windows PE Boot Image to your WDS server. 1. Open a command prompt and enter the following command to display information about the images currently installed on the server wdsutil /get-server /show:images . Once command has finished executing, scroll the command prompt window back and locate the Boot images for x86 section and note the image count. 2. Enter the following command on a single line to add a boot image file to the WDS server wdsutil /progress /add-image
Built by HynesITe, Inc www.hynesite.biz | see whats possible

Configuring and Managing Windows Deployment Services

Page 6 of 10

/imagefile:e:\sources\winpe\sources\boot.wim /imagetype:boot /name:"WinPE Image" 3. Once the boot image has been successfully added, enter the following command and confirm that the boot image is now listed under the Boot Images for x86 section wdsutil /get-server /show:images

Note: Adding the Windows Image (WIM) file will take 10 minutes. Leave the process running and proceed to the next step

Add Windows Vista Boot Install Image using the WDS MMC console
In this task you will add a Windows Vista Boot.wim file to the WDS server. This image can then be used to start a Windows Vista Installation utilizing the previously added Windows Vista Install.wim 8. From the WdsMgmt console, right click Boot Images, and click Add Boot Image.

9. In the Image File dialog box, click Browse. 10. In the Select Windows Image (WIM) File dialog box, navigate to E:\sources\winpe\sources and select BOOT.WIM and click OK. 11. In the Image File dialog box, click Next. 12. In the Image Metadata dialog box, accept the default values and click Next. 13. In the Summary dialog box, click Next. Note: Adding the Windows Image (WIM) file will take 5 minutes. 14. In the Task Progress dialog box, click Finish.

Reconfigure WDS Server Settings


In this task you will reconfigure the WDS server settings in order to service Windows Vista client deployments. 1. Toggle back to the WdsMgmt console. Once the Install image has successfully completed, click Finish.

2. From the WdsMgmt console, right click DC1.contoso.com, and click Properties. 3. In the Server Properties dialog box, click on Directory Services tab, under Client account location, click Browse. 4. In the Browse for a Directory Service Folder dialog box, expand contoso and expand Managed Objects then select Client Computers and click OK then click Apply. 5. In the Server Properties dialog box, click on PXE Response Settings tab.
Built by HynesITe, Inc www.hynesite.biz | see whats possible

Configuring and Managing Windows Deployment Services

Page 7 of 10

6. Under PXE Response Policy, select Respond to Client Computers check box, then under Unknown Clients Auto-Add Policy, select Notify admin and wait for approval before responding option and click OK.

Built by HynesITe, Inc www.hynesite.biz | see whats possible

Configuring and Managing Windows Deployment Services

Page 8 of 10

Exercise 3
Exploring the WDS Management Utility tool
You have now configured your WDS server. Images have been added to the server to support the installation of Windows vista and the ability to boot into WinPE. The existing install image creates a standard Windows Vista Install using the installation defaults. It has been requested though that all future installations be based on a modified installation that includes 3rd party applications and a custom desktop. You now need to create a customized WinPE image that can be used to capture an existing machine and then save it to the WDS server.

Creating a WinPE Boot Image to Capture a Client Operating System


In this task you will create a WinPE boot image that will run the WDS Image Capture Utility (WDSCapture.exe) to capture the operating system image of an existing Windows installation. Once the boot image has been created, it will then be added to the WDS server. 1. Toggle back to the Command Prompt window and type the following command all on asingle line, and then press ENTER. wdsutil /New-CaptureImage /Image:WinPE Image /Architecture:x86 /DestinationImage /FilePath:e:\sources\WinPECapture.wim /Name:WinPE Capture Boot Note: The process can take 5 minutes 2. At the command prompt, type the following command and then press ENTER. wdsutil /Add-Image /ImageFile:e:\sources\ WinPECapture.wim /ImageType:Boot Note: Please note that the process can take 10 minutes

Built by HynesITe, Inc www.hynesite.biz | see whats possible

Configuring and Managing Windows Deployment Services

Page 9 of 10

Review New Images in the WDS Console


In this task you will use the WDS administration console verify the addition of the install and boot images to the WDS server. Note: If the WdsMgmt console is already open, skip to step 4. 1. Click the Start menu, point to All Programs, point to Administrative Tools, and then click Windows Deployment Services. 2. From the WdsMgmt console, expand Windows Deployment Services, right click Servers and then click Add Server. 3. In the Add Server dialog box, select The following Windows DS server, click DC1.contoso.com and click OK. 4. From the WdsMgmt console, expand Install Images, click VistaImages. Review the Image Name listing to verify the install images are loaded. 5. From the WdsMgmt console, click Boot Images. Review the Image Name listing to verify the boot images are loaded. 6. Close the WdsMgmt console saving your settings..

Add a Pre-staged Device to Active Directory


In order to prevent unauthorized operating system installations, WDS can be configured so that it will only respond to clients that have been pre-staged. Staging a client involves creating a computer account in Active Directory then populating the Computers Unique ID with the computers GUID/UUID value. In this task you will use the WDSUTIL command line tool create a new computer account and populate the Unique ID value. 1. At the command prompt, type the following command and then press ENTER wdsutil /Add-Device /Device:Client4 /ID:00-03-FF-23-E9-B4 /OU:CN=computers,DC=Contoso,DC=com 2. On the Start menu, point to All Programs, point to Administrative Tools, and then click Active Directory Domain Services Users and Computers. 3. From the Active Directory Users and Computers console, click on the Computers container. Review the listing to verify the Client4 computer was added. 4. Close the Active Directory Users and Computers console.

Review WDS Server Settings


In this task you use the WDS Management Utility command-line tool (WDSUtil.exe) to review the WDS server settings. 1. At the command prompt, type the following command: wdsutil /get-server /show:all /detailed 2. Review WDS server settings.
Built by HynesITe, Inc www.hynesite.biz | see whats possible

Configuring and Managing Windows Deployment Services

Page 10 of 10

3. Close the command prompt window.

Built by HynesITe, Inc www.hynesite.biz | see whats possible

Вам также может понравиться