Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • Home
  • About
  • Advertise With US
  • Contact
  • Reviews
  • Toggle search form
Home » Windows Server » Windows Deployment Services: How to setup and install WDS role

Windows Deployment Services: How to setup and install WDS role

Posted on 09/05/202004/05/2024 Christian By Christian No Comments on Windows Deployment Services: How to setup and install WDS role
setup and install WDS role

In this article, I will be discussing how to setup and install WDS role on Windows Server 2019. With the current rise in Windows devices in organizations, the number of physical and virtual machines has increased and because of this, windows (OS) deployment takes a longer time to complete. With WDS, the service delivery process can be automated. See the following guides on how to configure Windows Deployment Services on Windows Server 2019 and how to configure DHCP Server options 60, 66 and 67 for Windows Deployment Services.

Microsoft offers this solution for an organization that doesn’t have money to purchase any third-party software or purchase SCCM, the WDS server allows us to deploy images from a central location to any type of computer. WDS was previously known as Remote Installation Service (RIS) and had no GUI. But WDS is way far better deployment tool.

WDS is a role in Active Directory. WDS allows you to deploy the Windows operating system to a PXE-enabled client(s). You can install a Windows operating system on a PXE-capable client without the need for physical media. With this, Administrators’ life becomes easier as everything Windows OS can now be automated.

The Preboot Execution Environment (PXE) is an industry-standard client/server interface that allows networked computers that are not yet loaded with an operating system to be configured and booted remotely by an administrator.

Functions of Windows Deployment Services (WDS)

Uses existing technology like Windows PE, Windows Image File (.wim) and virtual hard disk (.vhd and .vhdx) image files, and image-based deployment. For some examples of WDS deployment, see the following links. How to set up a VM via PXE boot on a Generation 1 VM – Hyper-V and how to set up a VM via PXE boot on a Generation 2 VM – Hyper-V.

- Provide end-to-end deployment solutions for clients and server computers.
- Facilitate the process of deployment.
- Supports deployment of computers without any installed operating system.
- Allows you to install a network-based operating system.

Other Deployment methods

1: Autoattended.xml (WinPE) – setup tool (media) placed in a root directory for clients to use.
2: Have the setup (bootable) media saved to a file server and have the clients connect (UNC) to the file server.
3: SCCM (gives the highest level of automation and this gives a zero-touch of the installation).

WDS Hardware Requirements

To set and install the WDS role, you need the following;

  • RAM: minimum of 4GB
  • Processor: 64-bit processor
  • HDD: At least 10GB (This depends on the operating system ISO and Software Size).

Please see What are the differences between MDT and WDS?, How to remove an MDT Deployment Share, and how to fix “MDT Warning: Unable to set working directory, the application returned an unexpected code 2“.

Components, requirements, and Prerequisites to setup and install WDS role

Before proceeding to configure WDS, ensure the following requirements are met.

WDS Requirements

1: Active Directory: Needs to register the WDS servers in order to make it available to clients.
2: A DHCP server in order to assign IP addresses.
3: Ensure the required firewall rules are configured.
4: Static IPs’ are configured for the server.
5: The right Windows Server hostname is used.

WDS Configuration

WDS interacts closely with DHCP, PXE, DNS, and Active Directory. As all of these functions are part of the Windows Server platform, it is cost-effective to use them.

DHCP can also be offered by a non-Windows server. See the following articles below for more details on DHCP.

You may want to see: IP Assignment Dynamic Host Configuration Protocol (DHCP), How to install Dynamic Host Configuration Protocol on Windows Server 2019, and Configuring DHCP: Post-deployment of Dynamic Host Configuration Protocol.

Follow the below Steps To Install and Configure WDS Server (Windows Deployment Services) On Windows Server 2018

Step 1: Add Roles and Features

Open Server Manager and click Add Role and Features.

Step 2: Configure Roles and Features

On the Before you begin page, click on next.

Click on Next

Choose Role-based or Feature-based installation and click on Next.

Select Role-based or features-based installation
Select Role-Based or Features-based installation

If you have multiple servers, select the right server from the server pool.

For me, I have just one server and it is automatically selected below.

Next, select the Windows Deployment Services as shown below.

Select a server and click on next
Select a server and click on Next

Select Windows Deployment Services and click on Next

Select Windows Deployment Services and click on Next

Note: When the WDS role is selected, this will prompt a popup as shown below.

On the Add Roles and Features Wizard, click on Add Features, and Now that the features are added, click on Next to continue the installation process

Clcik on Add Features
Click on Add Features

Select Windows Deployment Services and click on Next

Select Windows Deployment Services and click on Next

Skip the Features windows by clicking on next as this is not needed at the moment as none of the features are.

Also, see Uninstall WDS: How to remove Windows Deployment Services role via the GUI and PowerShell, How to Lock the Find My Device Option in Windows 11, and how to Download Apps without passwords on App Store.

Step 4: WDS Installation

On the WDS box, review the information presented, and then proceed with Next.

On the Role Services page, the Deployment Server and Transport Server roles are checked by default. Click on Next (Leave the default selection of both deployment and transport server as shown below)

In WDS Tab Click on Next
On WDS Tab click on Next

Select Deployment server and Transport Server and click on Next

Select Deployment server and Transport Server and click on Next

On the confirmation page, click on Install as shown below.

Click on Next

This shows WDS successful, click Close.

Click on Next after installation is successful

Now that the WDS installation is successful, you can now launch and configure WDS. Here is one of the ways to launch WDS.

Click on WDS, under the servers, right-click and select “Windows Deployment Services Management Console”

select “Windows Deployment Services Management Console”
select “Windows Deployment Services Management Console”

You can now deploy Windows over the network

You can now deploy Windows over the network

See this guide to configure WDS. If you are looking for the command line or PowerShell installation of the WDS server, then use the below command.

Open the PowerShell and run the command below with Administrative Privilege

ServerManager -install WDS
Run command to install WDS

Note: After installing, the WDS server, you must configure the WDS Server in order to be able to start the service. Otherwise, you will get the following error “An error occurred while trying to start the windows deployment services”. See this article for how to configure Windows Deployment Services on Windows Server 2019.

I hope you found this blog post on how to setup and install WDS role helpful. If you have any questions, please let me know in the comment session.

Rate this post

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 Windows, Operating System, OS, WDS, Windows Deployment Services, Windows Server 2016

Post navigation

Previous Post: How to run Windows applications on Linux via WineHQ
Next Post: How does Dynamic Host Configuration Protocol work

Related Posts

  • WSUS Analysis and Initial Assessment
    Preliminary Guide for WSUS Analysis and Initial Assessment Windows Server
  • Shared Folder
    How to access shared resources from two different domains Windows
  • image001
    Fix Certificate Error: Unable to access Windows Admin Center from the Web Windows Server
  • Banner
    How to determine Tombstone Lifetime in Active Directory Windows Server
  • Active Directory Restore issue
    AD Recovery: Fix device ran into an issue with error 0xc00002e2 Windows Server
  • SSH Keys Generation
    How to Generate SSH keys in Windows 11 Windows

More Related Articles

WSUS Analysis and Initial Assessment Preliminary Guide for WSUS Analysis and Initial Assessment Windows Server
Shared Folder How to access shared resources from two different domains Windows
image001 Fix Certificate Error: Unable to access Windows Admin Center from the Web Windows Server
Banner How to determine Tombstone Lifetime in Active Directory Windows Server
Active Directory Restore issue AD Recovery: Fix device ran into an issue with error 0xc00002e2 Windows Server
SSH Keys Generation How to Generate SSH keys in Windows 11 Windows

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

  • Smartscreen defender blocking application
    Unable to run downloaded Programs due to Defender SmartScreen Windows
  • Trellix ePO Repair and reinstall
    Fix Trellix ePO DAT and Engine Packages missing Security | Vulnerability Scans and Assessment
  • Perform slfservice rBitLocker recovery
    Resolve Invalid Key ID when requesting BitLocker Recovery Key Windows
  • SA
    How to Create Service Accounts, Organisation Units and Active Directory Security Groups Windows Server
  • squid proxy feature
    How to Set Up and Configure a Squid Proxy Server Linux
  • WMi tools   WMI Explorer
    Query and display Windows information via WMI Explorer Network | Monitoring
  • How to Force Stop a Grayed Out Windows Service
    How To Force Stop A Windows Service When Stop Option Is Grayed Out Windows
  • wingettool
    Install Applications with Winget CLI on Windows Windows Server

Subscribe to Blog via Email

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

Join 1,821 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.