installing and configuring windows deployment services · installing and configuring windows...

13
prajwaldesai.com http://prajwaldesai.com/installing-and-configuring-windows-deployment-services/ Installing And Configuring Windows Deployment Services Prajwal Desai In this post we will see how to install and conf igure Windows Deployment Services. Windows Deployment Services is a technology from Microsoft for network-based installation of Windows operating systems. In windows server 2003 it was called as Remote Installation Services (RIS). The purpose of WDS is to remotely deploy the windows operating systems, Windows Deployment Services role in server 2008 R2 enables you to ef f iciently deploy Windows operating systems, particularly Windows 7, Windows Vista and Windows Server 2008 R2. Windows Deployment Services role can be used to set up new computers through a network-based installation without the IT Prof essional having to be physically present at each computer and without having to install directly f rom CD or DVD media. Lab Setup – I have setup 2 virtual machines, the f irst virtual machine is installed with Windows Server 2008 R2 Enterprise SP1 OS and its our domain controller. The second virtual machine is installed with Windows Server 2008 R2 Enterprise SP1 OS and its our WDS server. The DHCP server role has been installed on the domain controller, this DHCP service will provide IP addresses to the other machines. On the server where you are installing Windows Deployment Services role, launch the Server Manager , right click on Roles, click on Add Roles. On the Server Roles page, select Windows Deployment Services. Click on Next.

Upload: dinhtruc

Post on 01-Apr-2018

243 views

Category:

Documents


2 download

TRANSCRIPT

prajwaldesai.co m http://prajwaldesai.com/installing-and-configuring-windows-deployment-services/

Installing And Configuring Windows Deployment ServicesPrajwal Desai

In this post we will see how to install and conf igure Windows Deployment Services. WindowsDeployment Services is a technology f rom Microsof t f or network-based installation ofWindows operating systems. In windows server 2003 it was called as Remote InstallationServices (RIS). The purpose of WDS is to remotely deploy the windows operating systems,Windows Deployment Services role in server 2008 R2 enables you to ef f iciently deploy Windows operatingsystems, particularly Windows 7, Windows Vista and Windows Server 2008 R2. Windows DeploymentServices role can be used to set up new computers through a network-based installation without the ITProf essional having to be physically present at each computer and without having to install directly f rom CDor DVD media.

Lab Setup – I have setup 2 virtual machines, the f irst virtual machine is installed with Windows Server 2008R2 Enterprise SP1 OS and its our domain controller. The second virtual machine is installed with WindowsServer 2008 R2 Enterprise SP1 OS and its our WDS server. The DHCP server role has been installed on thedomain controller, this DHCP service will provide IP addresses to the other machines.

On the server where you are installing Windows Deployment Services role, launch the Server Manager,right click on Roles, click on Add Roles. On the Server Roles page, select Windows DeploymentServices. Click on Next.

On the Role Services page, the Deployment Server and Transport Server roles are checked by def ault.Click on Next.

Once the installation is complete click on close.

If you are looking f or command line installation of WDS server, then use the below command.

Open the powershell and run the command ServerManagerCmd -install WDS.

Click on Start , click on Administrative Tools, click on Windows Deployment Services. On the WDSconsole , expand Servers, right click on the WDS server and click on Configure Server.

Read the requirements once bef ore you click next.

Choose the Remote Installation Folder location on other drive. The f older contains the boot images,install images, so make sure this drive has enough space to hold the data. Click on Next .

Select Respond to all client computers (known and unknown). Click on Next .

Uncheck the checkbox f or Add images to the server now. We will add the images in the next step. Click

Finish.

In this step we will add Boot Image and Install Image . Boot images are images that you boot a clientcomputer into to perf orm an operating system installation. To add the boot image, right click Boot Imagesand click on Add Boot Image .

Browse to the location where the operating system installation f iles are stored. In this example we willimporting boot.wim f rom windows 7 prof essional SP1 64 bit DVD as boot image. The boot.wim f ile can bef ound under f older named Sources. Select boot.wim and click on Open.

Enter the name f or the boot image. Click on Next .

We have imported or added a boot image to our WDS server. Click on Finish.

The boot image can be seen under Boot Images f older.

To add the Install image, right click Install Image, click on Add Install Image , provide a name and create anew Image Group. Click on Next .

Now we have to select and add the Install image. Install images are the operating system images that youdeploy to the client computer. Click on Browse and the select Install.wim. Click on Open.

In the below screenshot we will select all the edit ions of windows 7 that are listed. click on Next.

Click on Finish to close the Add Image Wizard.

Lets conf igure the WDS server properties now. Launch the Windows Deployment Services Console , rightclick the WDS server and click on Properties. Click on Boot and make sure Require the user to pressthe F12 key to continue the PXE boot is selected f or known and unknown clients.

Click on PXE Response and make sure that Respond to all client computers (known and unknown) isselected. Click on Apply and Okay.

In the next post we will look at steps to deploy an image using WDS and also to capture it.