Windows deployment services server 2016

How to Configure Windows Deployment Services on Server 2016

Windows Deployment Services is a technology for deploying Windows on multiple computers without using CD/DVD on each computer. If you have already configured WDS on server 2012 R2, configuring it on WDS on server 2016 can be a piece of cake for you.

Following are step-by-step instructions.

Installation of WDS

Step 1. Open server manager.

Step 2. Click on Add roles and features.

Step 3. Read important prerequisites and try to meet them (This includes a strong password for the administrator account, static IP configuration, and installation of the latest security updates). Click Next to continue.

Step 4. Choose Role-based or feature-based installation and click Next.

Step 5. Choose a destination server for WDS from server pool and click Next.

Step 6. Choose Windows Deployment Services from server roles. As soon as you check that option, a new window will pop up. Click on Add features.

Step 7. Click Next

Step 8. Click Next two times.

Step 9. Click Next (Leave default selection of both deployment and transport server)

Step 10. Click Install (Wait for the installation to finish. This can take several minutes to complete).

Configuration of WDS

Step 1. Open server manager dashboard. Click Tools -> Windows Deployment Services.

Step 2. Right-click your WDS server and then click on Configure Server.

Step 3. Read important pre-requisites and click Next.

Step 4. Choose «Integrated with Active Directory«. I have an AD configured on my network. If you don’t have an AD configured and you are configuring WDS in standalone mode, choose standalone server. Click Next.

Step 5. Provide the path on your NTFS drive where you would like to store boot images, install images, PXE boot files and WDS management tools. Click Next.

Step 6. I have configured DHCP on the same WDS server. So check both boxes and click Next.

Step 7. Choose ‘Respond to all client computers‘ (known and unknown).

Step 8. Wait for the wizard to finish (This can take several minutes to complete).

Step 9. Click Finish.

Now your WDS is configured. Read my next article on how to add windows images to WDS for deployment on client computers.

Читайте также:  Windows media не может проверить

How to Setup Windows Deployment Services in Windows Server 2016

Browse Post Topics

Introduction

This guide demos how to setup WDS Server 2016.

WDS (Windows Deployment Services) is a server role that provides a simplified and secure means of remotely deploying Microsoft Operating Systems to computers over the network.

For a WDS to install OS on a remote computer, the computer must be PEE-enabled.

This guide covers the following:

  • Setup WDS Server 2016 (Install and Configure the WDS)
  • Configure and Manage Boot, Install and Discover images.

Setup WDS Server 2016 (Installation Options)

WDS can be installed as a Transport or Deployment Server, or both. These options are available when installing the role using Server Manager.

Transport Server

This option provides a subset of the functionality of WDS. It contains only the core networking parts which you can use to transmit data on a stand-alone server. Transport server uses multicasting for data transmission.

You can also use transport server if you want to have a PXE server that allows clients to PXE boot and download your own custom setup application. You should use this option if you want to use either of these scenarios, but you do not want to incorporate all the components of WDS.

Deployment Server

This option provides the full functionality of Windows Deployment Services. Provides all the options to configure and remotely install Windows operating systems. Deployment Server is dependent on the core parts of Transport Server.

You can install WDS server role via Server Manager or by using Windows PowerShell. After the Windows Deployment Services role is installed, the server has to be configured before it can be used for automated Windows Operating system deployment.

WDS can be configured as a stand-alone or Active Directory-integrated server. This guide demos how to setup WDS Server 2016 as an Active Directory-integrated WDS server.

Requirements to Setup WDS Server 2016

  • A Deployment Server requires a DNS and DHCP servers on the network.
  • Both Deployment and Transport server requires an NTFS partition for the file store.
  • After installation, you must configure WDS either by using WDSUtil.exe or running Windows Deployment Services Configuration wizard.
  • You must add at least one boot image and one install image to the image store.

If you follow this tutorial step-by-step, I will walk you through how to meet the outlined requirements. This tutorial does not include DNS and/or DHCP setup.

Steps to Setup WDS Server 2016

There are 3 major steps to Setup WDS Server 2016:

  1. Install WDS role
  2. Configure WDS
  3. Configure and Manage Boot, Install, and Discover Images

Here are the detailed steps:

Читайте также:  What is linux based operating systems

Install the Windows Deployment Services Role (WDS Server 2016)

The first step t setup WDS Server 2016 is to install the WDS server role.

Here are the steps:

  • Log on to the server and open Server Manager (should launch by default).
  • From Server Manager click Manage then select Add Roles and Features.

  • On the Before you begin screen, click Next.
  • Next, select Role-based or feature-based installation and click Next.

  • Next, on the Select Destination server page, select the server you wish to setup WDS Server 2016.
  • On the Server Role page, check the box beside Windows Deployment Services. A page will load asking you to confirm additional features to install. Click Add Features. Then click Next.

  • On the Select roles services page, check both Deployment Server and Transport Server. Note that if you check Deployment Server you MUST also check Transport Server. However, you can check Transport Server without checking Deployment Server.

  • When you get to the Confirmation page, review your selections then click Install.

To install the Windows Deployment Services role with Windows PowerShell, run the command below:

Setup WDS Server 2016 (Configure Windows Deployment Services)

After installing the role, the next step to setup WDS Server 2016 is to configure the role.

Here are the steps

  • Open Server Manager. Then click Tools and select Windows Deployment Services. The WDS management console opens.

  • Expand Servers. Then right-click the WDS server and select Configure Server. The configuration wizard opens.

  • On the Before You Begin page, read the requirements then click Next.

  • Select the integrate with Active Directory option. Click Next.

  • Enter a path for your remote installation folder or accept the default.

The above task can also be accomplished by running the following command:

To revert changes made during the server configuration or Initialization, execute the command:

Configure and Manage Boot, Install, and Discover Images

After configuring Windows Deployment Services server, the final step to completely setup WDS Server 2016 is to add the necessary image files.

The following images are required:

Boot Images: Boot images are Windows PE images that you boot a client computer into to perform an operating system installation. In most scenarios, you should use the Boot.wim file from the OS installation media.

Install Images: Install images are the operating system images that you deploy to the client computer. You can also use the Install.wim file from the OS installation media.

Discover Images: In some circumstances, A computer might not have PXE-enabled network cards. In this situation, discover images may be created and used to install operating system on those computers.

A discover image may be saved on a media (CD, DVD, or USB drive), and a client computer may then be booted with the media. The discover image on the media locates a Windows Deployment Services server, and the server deploys the install image to the computer.

Читайте также:  Команды для командной строки windows для сети

Prepare Boot and Install Images for Windows Deployment Services

  • Copy boot.wim from Windows 10 DVD (if you have a Windows 10 ISO, mount it. Boot.wim is located in the sources folder.

To create install.wim from Windows 10 DVD, follow the steps below:

  • Open command prompt with administrator privileges (search command prompt, right-click it then select run as administrator)
  • Run the command below:

Below is the output of the command. Note the index number of the edition you wish to create install.wim for. I am creating a install.wim file for Windows 10 Pro. Index number is 6.

  • To create install.win for Windows 10 pro, execute the command below:

The export process will commence. See image below. When it reaches 100%, the wim file is ready.

Add Boot and Install Images to Windows Deployment Services (WDS)

To add an install image, follow the steps below:

  • From Server Manager, open Windows Deployment Services. Expand the Servers Node. Then expand your WDS server name.
  • Right-click Install Images then click Add Install Image.

  • On the Image Group window, enter a name then click Next.

  • Enter path to your install.wim then click Next.

  • Select the Operating System Image then click Next.

  • On the Summary page, click Next. Wait for the image to be added.

  • Windows 10 install image is now available in Windows Deployment Services!

The steps below will walk you through adding a boot image.

  • From the WDS console, right-click Boot Images and select Add Boot Image.
  • Enter the path to your boot.wim file. Click Next.

  • Rename the boot image to a more user-friendly name. The image name will be displayed for selection during a PXE-boot.

  • On the Summary page, click Next. Then wait for the image to be imported.

  • The boot image is now available.

Create Discover Images

To create a discover image follow the steps below:

  • Right-click the boot image you created earlier and select Create Discover Image.

  • On the Metadata and Location page, enter all information. For the name of the Windows Deployment Services server, click Browse then use the Active Directory search tool to search for the server. When you finish click Next.

Conclusion

This guide presented a demo to setup WDS Server 2016. I hope you found this Itechguide helpful.

If you have any question or wish to leave a comment, use the “Leave a Reply” form at the end of this page.

Want more Windows server guides? Visit our Windows Server How To page.

Оцените статью