Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security, Veeam & DevOps

  • Home
  • About
  • Advertise With US
  • Contact
  • Reviews
  • Toggle search form

How to configure Windows Deployment Services on Windows Server

Posted on 12/05/202001/09/2025 IT Expert By IT Expert No Comments on How to configure Windows Deployment Services on Windows Server
  1. Home
  2. Windows Server
  3. How to configure Windows Deployment Services on Windows Server
configure Windows Deployment Services on Windows Server

Windows Deployment Services (WDS) is a really interesting tool from Microsoft for network-based installation (deployment) of Windows operating systems. In Windows Server 2003 it was called Remote Installation Services (RIS). The purpose of WDS is to remotely deploy the Windows operating systems. See this guide on how to set up and install WDS role, how to configure Windows Deployment Services on Windows Server 2019, Windows server 2022, and Windows Server 2025. Learn how to configure DHCP Server option 60, 66, and 67 for Windows Deployment Services.

Also, For the complete installation steps of WinPE, please see the following guide: Install ADK, MDT, and WDS: How to deploy Windows images via Microsoft Deployment Toolkit and Windows Deployment Services.

How does WDS work?

WDS uses a PXE method for client booting. PXE enables clients to boot off the network. To find WDS services and to load boot images, the client should be able to contact the WDS server, the client network card must be PXE compliant and most devices are NICs compliant.

For cards that don’t support PXE, we have another type of boot image which is referred to as a discover boot image.

Discover images can be used for computers that are not PXE compliant. That means that those computers cannot boot off the network.

Note: The discover image has to be created manually in the WDS server first, after which we can transfer it to external media such as CD, DVD or USB drive. For more information on WDS images, see the following What are the differences between Capture image, Discover image, Install and Boot images.

Then we can use that media to boot up the computer into the discover image, which will then allow us to connect to the WDS server over the network. So, remember that clients have to have a PXE-compliant NIC in order to contact the WDS server.

If the NIC is not PXE compliant, then we must use another means of network boot such as a Windows PE through the discover image of the WDS server. We can use WAIK tools to create an ISO image that contains the discovered boot image. ISO can then be burned to CD or DVD using some tool that is capable of creating a disc from IS

In environments with a large number of clients, WDS can be very useful as new devices can be formatted on the fly by simply plugging it to the Ethernet, without any physical support like Windows DVDs or USB drives.

Other Setup requirements

The configuration isn’t difficult but there are some requirements

  • There must be an Active Directory Domain Services
  • At least one partition on the server must be formatted as NTFS
  • A DHCP server must be active to assign IP addresses to the WDS clients

See the following links for more details on what DHCP is, installation and configuration.

  • What is Dynamic Host Configuration Protocol (DHCP)
  • How to install Dynamic Host Configuration Protocol on Windows Server 2019 
  • Configuring DHCP: Post deployment of Dynamic Host Configuration Protocol

Please, see “When SMB Freezes Break Backups: My Solution for Critical Linux Server“, “Veeam Backup Console must be updated to the latest version‘, and Upgrade Veeam Backup and Replication v12.3.x to 12.3.2.

Configure Windows Deployment Services

The following requirements are vital.

  • Choose where to store your images
  • DHCP Options, and
  • PXE Server Settings.

Configure your server

Open the WDS snap-in console. In the previous article, I discussed and installed the WDS role.

Select Windows Deployment Services

This will launch the Windows Deployment Services console as shown below. As you can see the server is currently not configured.

Windows Deployment Services is not configured

To have the server configured. Right-click on the server name (in my case, TechDarchive.techdirect.local). Click on configure the server

Click on configure server

This will open up the Windows Deployment Services Configuration Wizard as shown below.


Read and ensure you are complying with the requirements to setup WDS. Click on Next

On Windows Deployment Services Wizard click Next

Click on next to continue.

On the Install Options page, verify that you choose Integrated with Active Directory and then click Next.

Select Integrated with active Directory

Click on Next. On the Remote Installation Folder Location page, you can accept the default location which is C:\RemoteInstall and then click Next

Select Installation Folder Location

Note: If you do not want to have your boot images, install and PXE boot files etc saved to this location, click on browse and select your desired location.

Since this is in a test environment, I will leave it this way. Ensure you select a different partition for a production environment.

– Click on Next,
– This will prompt the “System Volume Warning dialog window”
– Click Yes.

Click Yes on System Volume Warning

Configure Proxy Server

Next, on the Proxy DHCP Server window, ensure you check the two boxes in order to use DHCP tool to add appropriate PXE options to all DHCP and DHCPv6 scopes. Click on Next

Note: If you are configuring WDS and there is not DHCP server running on the same hardware, you will not see this image below.

On the Proxy DHCP Server window, ensure you check the two boxes

On the PXE Server Initial Settings window, click Respond to all client computers (known and unknown), and click on Next, please wait for few second for the process to complete.

Click Respond to all client computers

This will start the WDS configuration as shown below.

WDS Configuration in progress
WDS Configuration in progress

When complete, Click on Finish.

Click on Finish
Click on Finish

This will display the WDS console as shown below.

You can right click

Screenshot 2020 05 18 at 16.56.49
Select properties
Screenshot 2020 05 18 at 17.02.11
Click on OK

We will be adding the images in the next article. See How to add images to WDS and configure Multicast transmission via the GUI and WDSUTIL.

Start Services

As you can see in the above or below diagram, the WDS has now stopped. To start WDS, right-click on the node as shown below
– Select All Tasks
– Click on start

Screenshot 2020 05 18 at 17.37.20
Screenshot 2020 05 18 at 17.37.41

Now, Windows Deployment Services has started as shown below

To stop or restart WDS, follow the same steps to perform either of the operations.

I hope you found this blog post on how to configure Windows Deployment Services on Windows Server helpful. If you have any questions, please let me know in the comment session.

5/5 - (1 vote)

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
  • Share on Threads (Opens in new window) Threads
  • Share on Nextdoor (Opens in new window) Nextdoor
Windows Server Tags:microsoft, Operating System, OS, WDS, Windows Deployment Services, Windows Server 2016

Post navigation

Previous Post: How to make a screenshot on a macOS device
Next Post: How to delete ADFS Windows Internal Database without access credentials

Related Posts

  • screenshot 2020 03 20 at 16.10.20
    How to install Ansible on Windows with Cygwin Windows Server
  • Set Microsoft Defender AV to Passive mode on a Windows Server
    Set Microsoft Defender AV to Passive mode on a Windows Server Security | Vulnerability Scans and Assessment
  • hero windowsadmincenter
    How to schedule and run update via Windows Admin Center Windows Server
  • Screenshot 2020 05 26 at 18.57.25
    WDS and DHCP Deployment Scenarios: Configure DHCP Options 60, 66, and 67 Windows Server
  • sdf
    What is GPO and how can it be launched in Windows Windows Server
  • How to Convert a Distribution Group to a Security Group
    How to convert distribution group to security group Windows Server

More Related Articles

screenshot 2020 03 20 at 16.10.20 How to install Ansible on Windows with Cygwin Windows Server
Set Microsoft Defender AV to Passive mode on a Windows Server Set Microsoft Defender AV to Passive mode on a Windows Server Security | Vulnerability Scans and Assessment
hero windowsadmincenter How to schedule and run update via Windows Admin Center Windows Server
Screenshot 2020 05 26 at 18.57.25 WDS and DHCP Deployment Scenarios: Configure DHCP Options 60, 66, and 67 Windows Server
sdf What is GPO and how can it be launched in Windows Windows Server
How to Convert a Distribution Group to a Security Group How to convert distribution group to security group Windows Server

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • the Execute permission was denied
    Fix An error has occurred during report processing (rsProcessingAborted) Oracle/MSSQL/MySQL
  • VBR upgrade to 12.3.1
    Upgrade VBR to 12.3.1: Setup detected inconsistent configuration Backup
  • microsoft azure new logo 2017 e1572843284943
    Pass-Through Authentication: Azure AD Connect Tool status displays inactive AWS/Azure/OpenShift
  • BitLocker
    Unable to find my BitLocker Recovery Key in AD Windows
  • admin6 1
    How to run Apps as an administrator on Windows Windows
  • https   blogs images.forbes.com jasonevangelho files 2018 06 windows 7 2018 edition 1200x676 1
    Windows deployment cannot continue, the operating system is missing via MDT deployment Windows Server
  • find my device banner
    Video on how to Enable Find My Device on Windows 11 Windows
  • Remove Frequently Used Folders from Quick Access in Windows 11
    How to Remove Frequently Used Folders from Quick Access in Windows 11 Windows

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,786 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

Active Directory Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2025 TechDirectArchive

Loading Comments...

You must be logged in to post a comment.