Courses Job Ready Program Fresher Trainings AI For Class 7 to 12 Corporate Training Placements Tutorials
Free Learning Resources

IT Tutorials & Interview Prep

Free guides, interview Q&As, and job responsibility breakdowns — curated by industry veterans to help you crack MNC interviews

176+
Tutorial Articles
9
Topic Categories
100%
Free to Read
← Back to Windows Server & Hybrid Administration (AZ-800 )

Chapter 12 : Windows Deployment Services (WDS)

Windows Server & Hybrid Administration (AZ-800 ) Last Updated: Jul 01, 2026

12.1 Introduction to Windows Deployment Services (WDS)

What is Windows Deployment Services (WDS)?

Windows Deployment Services (WDS) is a server role in Windows Server that allows administrators to deploy Windows operating systems to multiple computers over a network without using DVDs or USB drives.

WDS uses PXE (Preboot Execution Environment) to boot client computers from the network and install Windows using operating system images stored on the WDS server.

It is commonly used in enterprise environments to automate and simplify Windows operating system deployment.

Why is WDS required?

In organizations, installing Windows manually on every computer is time-consuming and requires physical media such as DVDs or USB drives.

WDS eliminates the need for manual installation by allowing multiple client computers to install Windows directly from the network.

This saves time, reduces administrative effort, and ensures that all systems are deployed with the same operating system configuration.

 

Purpose of WDS in Enterprise Environments

The main purpose of WDS is to simplify and automate Windows operating system deployment across an organization's network.

It helps administrators deploy the same Windows image to multiple computers quickly, ensuring consistency and reducing installation time.

WDS is widely used in organizations such as the following:

  • Corporate Offices 
  • Educational Institutions 
  • Government Organizations 
  • IT Training Centers 
  • Data Centers 

 

Benefits of Network-Based OS Deployment

Deploying Windows through WDS offers several advantages over traditional installation methods.

Benefits

  • Eliminates the need for DVDs and USB drives. 
  • Deploys Windows to multiple computers simultaneously. 
  • Reduces installation time. 
  • Provides a consistent operating system configuration across all devices. 
  • Simplifies operating system deployment and management. 
  • Saves administrative effort in large environments. 
  • Supports centralized deployment from a single server. 

 

Manual Installation vs WDS Deployment

Manual InstallationWDS Deployment
Uses DVD or USB driveUses the network (PXE)
One computer at a timeMultiple computers can be deployed simultaneously
Requires physical access to each computerCan deploy from a central WDS server
Time-consumingFaster and automated
Higher administrative effortCentralized and easier to manage
Suitable for small environmentsSuitable for enterprise environments

 

Example:-

Suppose an organization has 100 new computers that need Windows 11 installed.

  • Using manual installation, the administrator would install Windows individually on each computer using a USB drive or DVD, which could take several days. 
  • Using WDS, all computers can boot from the network using PXE and install Windows from a central WDS server at the same time, reducing deployment time significantly. 

 

Advantages of WDS

  • Centralized operating system deployment. 
  • Faster installation of Windows on multiple computers. 
  • Reduced manual work. 
  • Standardized operating system configuration. 
  • Easy management of Windows images. 
  • Cost-effective for large organizations. 
  • Supports enterprise-scale deployments. 

 

12.2 WDS Architecture

What is WDS architecture?

WDS Architecture is the structure of Windows Deployment Services that defines how different components work together to deploy Windows operating systems over a network. It includes the WDS server, WDS client, PXE, DHCP, DNS, boot image, and install image.

Each component has a specific role in ensuring successful network-based operating system deployment.

Components of WDS Architecture

The main components of WDS architecture are the following:

  • WDS Server 
  • WDS Client 
  • PXE (Preboot Execution Environment) 
  • DHCP Server 
  • DNS Server 
  • Boot Image 
  • Install Image 

 

WDS Server

What is a WDS server?

A WDS server is a Windows server on which the Windows Deployment Services role is installed. It stores Windows images and provides them to client computers during operating system deployment.

The WDS Server manages the deployment process and responds to PXE boot requests from client machines.

 

WDS Client

What is a WDS Client?

A WDS client is a computer that receives the Windows operating system from the WDS server over the network. The client must support PXE boot to communicate with the WDS server.

 

PXE (Preboot Execution Environment)

What is PXE?

PXE (Preboot Execution Environment) is a network boot technology that allows a computer to start and install an operating system directly from the network without using a hard disk, DVD, or USB drive.

It is the first step in the WDS deployment process.

Benefits of PXE

  • Supports network boot. 
  • Eliminates the need for installation media. 
  • Enables automated OS deployment. 
  • Saves deployment time. 

 

Role of DHCP in WDS

What is the role of DHCP?

The DHCP (Dynamic Host Configuration Protocol) server assigns an IP address to the client computer during the PXE boot process.

 

Without DHCP, the client cannot communicate with the WDS Server because it will not have a valid IP address.

 

Role of DNS in WDS

What is the role of DNS?

The DNS (Domain Name System) server resolves hostnames into IP addresses, allowing the client and WDS server to locate and communicate with each other on the network.

DNS is also required when WDS is integrated with Active Directory Domain Services (AD DS).

 

Boot Image

What is a boot image?

A boot image is a Windows Preinstallation Environment (Windows PE) image that starts the client computer and loads the Windows Setup program.

The default boot image is boot.wim, which is available in the Windows installation media.

The boot image prepares the system for installing the operating system but does not contain the operating system itself.

 

Install Image

What is an install image?

An install image contains the actual Windows operating system that will be installed on the client computer.

The default install image is install. wim, which is also available in the Windows installation media.

Administrators can add multiple install images for different versions or editions of Windows.

 

Boot Image vs Install Image

Boot ImageInstall Image
Starts the computer using Windows PEContains the actual Windows operating system
Used to begin the installation processUsed to install Windows on the client
File name: boot.wimFile name: install.wim
Does not contain the complete operating systemContains the complete operating system

How WDS Architecture Works

The basic working of WDS architecture is the following:

  1. The client computer starts using PXE boot. 
  2. DHCP assigns an IP address to the client. 
  3. The client contacts the WDS server. 
  4. The WDS server sends the boot image (boot.wim)
  5. Windows Setup starts and displays the available operating system images. 
  6. The required Install Image (install.wim) is selected. 
  7. Windows is installed on the client computer over the network.

 

12.3 Prerequisites for WDS

What are the prerequisites for WDS?

Before installing and configuring Windows Deployment Services (WDS), certain software and infrastructure requirements must be available. These prerequisites ensure that the WDS server can successfully deploy Windows operating systems to client computers over the network.

The main prerequisites for WDS are:

  • Windows Server 
  • Active Directory Domain Services (AD DS) 
  • DNS Server 
  • DHCP Server 
  • NTFS Partition for Image Storage 

 

Windows Server

What is the requirement?

WDS can only be installed on a supported version of Windows Server.

Supported versions include:

  • Windows Server 2016 
  • Windows Server 2019 
  • Windows Server 2022 
  • Windows Server 2025 

The Windows Server acts as the WDS Server, storing deployment images and responding to client requests.

 

Active Directory Domain Services (AD DS)

Why is AD DS required?

Active Directory Domain Services (AD DS) provides centralized authentication and management of users, computers, and servers.

When WDS is integrated with Active Directory, it can manage client computers more efficiently and securely within the domain.

 

DNS Server

Why is DNS required?

A DNS (Domain Name System) server resolves hostnames into IP addresses, allowing the WDS server and client computers to communicate properly.

DNS is also required for Active Directory to function correctly.

 

DHCP Server

Why is DHCP required?

A DHCP (Dynamic Host Configuration Protocol) server automatically assigns an IP address to client computers during the PXE boot process.

Without a valid IP address, the client cannot communicate with the WDS server.

 

NTFS Partition for Image Storage

Why is an NTFS partition required?

WDS requires a dedicated NTFS-formatted partition to store boot images, install images, and other deployment files.

The RemoteInstall folder, which contains all WDS deployment files, is created on this partition during WDS configuration.

 

12.4 Installing WDS Role

What is WDS role installation?

Installing the WDS role means adding the Windows Deployment Services server role to a Windows Server. After installation, the server can deploy Windows operating systems to client computers over the network using PXE boot.

The WDS role is installed through the Add Roles and Features Wizard in Server Manager.

 

Windows Deployment Services Role

What is the WDS role?

The Windows Deployment Services (WDS) role is a built-in server role in Windows Server that enables network-based installation of Windows operating systems.

It allows administrators to deploy Windows images to multiple computers from a central server without using DVDs or USB drives.

 

Components of the WDS Role

During installation, Windows Deployment Services provides two role services:

  • Deployment Server 
  • Transport Server 

 

Deployment Server

What is a deployment server?

The Deployment Server is the primary role service of WDS. It provides all the features required for deploying Windows operating systems over the network.

It is responsible for:

  • Managing Boot Images 
  • Managing Install Images 
  • Responding to PXE client requests 
  • Deploying Windows operating systems 
  • Integrating with Active Directory 

The Deployment Server is required for a complete WDS installation.

 

Transport Server

What is a transport server?

The Transport Server is an optional role service that provides only the network transport functionality of WDS.

Unlike the Deployment Server, it does not support:

  • PXE boot 
  • Boot Images 
  • Install Images 
  • Active Directory integration 

It is mainly used for custom deployment solutions that require only multicast data transfer.

 

Deployment Server vs Transport Server

Deployment ServerTransport Server
Complete WDS functionalityOnly network transport service
Supports PXE BootDoes not support PXE Boot
Supports Boot & Install ImagesDoes not manage images
Integrates with Active DirectoryNo Active Directory integration
Used for Windows OS deploymentUsed for custom deployment solutions

 

Why is the Deployment Server Commonly Used?

In most enterprise environments, administrators choose the Deployment Server because it provides all the features needed to deploy Windows operating systems efficiently.

The transport server is rarely used unless an organization has specific custom deployment requirements.

 

Benefits of Installing the WDS Role

  • Enables centralized Windows deployment. 
  • Supports network-based operating system installation. 
  • Reduces manual installation effort. 
  • Saves time when deploying multiple computers. 
  • Integrates with Active Directory for centralized management.

 

12.5 Configuring WDS Server

What is WDS Server Configuration?

WDS Server Configuration is the process of setting up Windows Deployment Services after the WDS role has been installed. During configuration, the server is integrated with Active Directory, a location for deployment files is selected, and PXE settings are configured so that client computers can boot from the network.

After successful configuration, the WDS Server is ready to deploy Windows operating systems to client computers.

 

Initial WDS Configuration

What is Initial WDS Configuration?

The initial WDS configuration is performed using the Windows Deployment Services Configuration Wizard.

The wizard helps administrators configure the basic settings required for WDS, such as:

  • Selecting the server. 
  • Choosing the Remote Installation folder. 
  • Configuring PXE response settings. 
  • Completing the WDS setup. 

This process prepares the server for network-based Windows deployment.

 

Integration with Active Directory

What is Active Directory Integration?

Active Directory integration allows the WDS server to work within an Active Directory domain.

It enables centralized management of client computers, improves security, and ensures that only authorized devices can receive operating system deployments.

 

Remote Installation Folder

What is the Remote Installation Folder?

The Remote Installation Folder (RemoteInstall) is the directory where WDS stores all deployment-related files.

This folder contains:

  • Boot Images 
  • Install Images 
  • PXE Boot Files 
  • Configuration Files 

The folder must be created on an NTFS-formatted partition with sufficient storage space.

 

PXE Server Settings

What are PXE server settings?

PXE server settings determine how the WDS server responds to client computers requesting a network boot.

Administrators can choose whether the server should respond to known computers only or to both known and unknown computers.

 

Respond to Known Clients Only

When this option is selected, the WDS Server responds only to computers that are already registered in Active Directory.

This provides better security because unknown devices cannot receive operating system deployments.

Suitable for: Enterprise environments with strict security policies.

 

Respond to All Clients (Known and Unknown)

When this option is selected, the WDS Server responds to both known and unknown client computers.

Unknown computers may require administrator approval before deployment, depending on the server configuration.

Suitable for: Testing environments, training labs, or organizations where new computers are frequently deployed.

 

Known Clients vs Unknown Clients

Known ClientsUnknown Clients
Already registered in Active DirectoryNot registered in Active Directory
More secureLess secure
Commonly used in production environmentsCommonly used in testing or deployment labs
Can receive deployments based on administrator policiesMay require approval before deployment

 

12.6 Boot & Install Images

What are Boot and Install Images?

In Windows Deployment Services (WDS), Boot Images and Install Images are the two essential image files required for deploying Windows over a network.

The boot image starts the client computer and loads the Windows Setup environment, while the install image contains the actual Windows operating system that will be installed on the client computer.

Both images are stored on the WDS Server and are imported from the Windows installation media.

 

Boot Image

What is a boot image?

A boot image is a Windows Preinstallation Environment (Windows PE) image that starts the client computer through PXE and loads the Windows Setup program.

It prepares the computer for Windows installation but does not contain the complete operating system.

The default boot image file is

boot.wim

 

Functions of Boot Image

  • Starts the client computer. 
  • Loads Windows PE. 
  • Connects the client to the WDS server. 
  • Launches Windows Setup. 
  • Displays available install images. 

 

Install Image

What is an install image?

An install image contains the complete Windows operating system that will be installed on the client computer.

Administrators can store multiple install images on the WDS server to deploy different versions or editions of Windows.

The default Install Image file is install.wim.

 

Functions of Install Image

  • Contains the complete Windows operating system. 
  • Installs Windows on the client computer. 
  • Supports multiple Windows editions. 
  • Enables deployment to multiple computers. 

 

Boot Image vs Install Image

Boot ImageInstall Image
Starts the deployment processInstalls the operating system
Contains Windows PEContains the complete Windows OS
File name: boot.wimFile name: install.wim
Required to start Windows SetupRequired to complete Windows installation

 

Import Images from Windows ISO

Windows installation images are imported from the Windows ISO file.

The ISO contains both: 

  • boot.wim (Boot Image) 
  • install.wim (Install Image) 

These files are usually located in the Sources folder of the Windows installation media.

After importing these images into WDS, they become available for deployment to client computers.

 

Image Groups

What are Image Groups?

An image group is a logical container in WDS used to organize multiple install images.

For example, an administrator can create separate image groups for:

  • Windows 10 
  • Windows 11 
  • Windows Server 2022 
  • Windows Server 2025 

Image Groups make it easier to manage and deploy different operating system images.

 

Benefits of Image Groups

  • Organizes multiple install images. 
  • Simplifies image management. 
  • Supports different Windows versions. 
  • Makes OS deployment easier in enterprise environments.

Windows Deployment Services Role

What is the WDS role?

The Windows Deployment Services (WDS) role is a built-in server role in Windows Server that enables network-based installation of Windows operating systems.

It allows administrators to deploy Windows images to multiple computers from a central server without using DVDs or USB drives.

 

Components of the WDS Role

During installation, Windows Deployment Services provides two role services:

  • Deployment Server 
  • Transport Server 

 

Deployment Server

What is a Deployment Server?

The Deployment Server is the primary role service of WDS. It provides all the features required for deploying Windows operating systems over the network.

It is responsible for:

  • Managing Boot Images 
  • Managing Install Images 
  • Responding to PXE client requests 
  • Deploying Windows operating systems 
  • Integrating with Active Directory 

The Deployment Server is required for a complete WDS installation.

 

Transport Server

What is a transport server?

The Transport Server is an optional role service that provides only the network transport functionality of WDS.

Unlike the Deployment Server, it does not support:

  • PXE boot 
  • Boot Images 
  • Install Images 
  • Active Directory integration 

It is mainly used for custom deployment solutions that require only multicast data transfer.

 

Deployment Server vs Transport Server

Deployment ServerTransport Server
Complete WDS functionalityOnly network transport service
Supports PXE BootDoes not support PXE Boot
Supports Boot & Install ImagesDoes not manage images
Integrates with Active DirectoryNo Active Directory integration
Used for Windows OS deploymentUsed for custom deployment solutions

 

Why is the Deployment Server Commonly Used?

In most enterprise environments, administrators choose the Deployment Server because it provides all the features needed to deploy Windows operating systems efficiently.

The transport server is rarely used unless an organization has specific custom deployment requirements.

 

Benefits of Installing the WDS Role

  • Enables centralized Windows deployment. 
  • Supports network-based operating system installation. 
  • Reduces manual installation effort. 
  • Saves time when deploying multiple computers. 
  • Integrates with Active Directory for centralized management.

 

12.5 Configuring WDS Server

What is WDS Server Configuration?

WDS Server Configuration is the process of setting up Windows Deployment Services after the WDS role has been installed. During configuration, the server is integrated with Active Directory, a location for deployment files is selected, and PXE settings are configured so that client computers can boot from the network.

After successful configuration, the WDS Server is ready to deploy Windows operating systems to client computers.

 

Initial WDS Configuration

What is Initial WDS Configuration?

The initial WDS configuration is performed using the Windows Deployment Services Configuration Wizard.

The wizard helps administrators configure the basic settings required for WDS, such as:

  • Selecting the server. 
  • Choosing the Remote Installation folder. 
  • Configuring PXE response settings. 
  • Completing the WDS setup. 

This process prepares the server for network-based Windows deployment.

 

Integration with Active Directory

What is Active Directory Integration?

Active Directory integration allows the WDS server to work within an Active Directory domain.

It enables centralized management of client computers, improves security, and ensures that only authorized devices can receive operating system deployments.

 

Remote Installation Folder

What is the Remote Installation Folder?

The Remote Installation Folder (RemoteInstall) is the directory where WDS stores all deployment-related files.

This folder contains:

  • Boot Images 
  • Install Images 
  • PXE Boot Files 
  • Configuration Files 

The folder must be created on an NTFS-formatted partition with sufficient storage space.

 

PXE Server Settings

What are PXE Server Settings?

PXE Server Settings determine how the WDS Server responds to client computers requesting a network boot.

Administrators can choose whether the server should respond to known computers only or to both known and unknown computers.

 

Respond to Known Clients Only

When this option is selected, the WDS Server responds only to computers that are already registered in Active Directory.

This provides better security because unknown devices cannot receive operating system deployments.

Suitable for: Enterprise environments with strict security policies.

 

Respond to All Clients (Known and Unknown)

When this option is selected, the WDS Server responds to both known and unknown client computers.

Unknown computers may require administrator approval before deployment, depending on the server configuration.

Suitable for: Testing environments, training labs, or organizations where new computers are frequently deployed.

 

Known Clients vs Unknown Clients

Known ClientsUnknown Clients
Already registered in Active DirectoryNot registered in Active Directory
More secureLess secure
Commonly used in production environmentsCommonly used in testing or deployment labs
Can receive deployments based on administrator policiesMay require approval before deployment

 

12.6 Boot & Install Images

What are Boot and Install Images?

In Windows Deployment Services (WDS), Boot Images and Install Images are the two essential image files required for deploying Windows over a network.

The boot image starts the client computer and loads the Windows Setup environment, while the install image contains the actual Windows operating system that will be installed on the client computer.

Both images are stored on the WDS Server and are imported from the Windows installation media.

 

Boot Image

What is a Boot Image?

A boot image is a Windows Preinstallation Environment (Windows PE) image that starts the client computer through PXE and loads the Windows Setup program.

It prepares the computer for Windows installation but does not contain the complete operating system.

The default boot image file is

boot.wim

 

Functions of Boot Image

  • Starts the client computer. 
  • Loads Windows PE. 
  • Connects the client to the WDS server. 
  • Launches Windows Setup. 
  • Displays available install images. 

 

Install Image

What is an install image?

An install image contains the complete Windows operating system that will be installed on the client computer.

Administrators can store multiple install images on the WDS server to deploy different versions or editions of Windows.

The default Install Image file is install.wim.

 

Functions of Install Image

  • Contains the complete Windows operating system. 
  • Installs Windows on the client computer. 
  • Supports multiple Windows editions. 
  • Enables deployment to multiple computers. 

 

Boot Image vs Install Image

Boot ImageInstall Image
Starts the deployment processInstalls the operating system
Contains Windows PEContains the complete Windows OS
File name: boot.wimFile name: install.wim
Required to start Windows SetupRequired to complete Windows installation

 

Import Images from Windows ISO

Windows installation images are imported from the Windows ISO file.

The ISO contains both: 

  • boot.wim (Boot Image) 
  • install.wim (Install Image) 

These files are usually located in the Sources folder of the Windows installation media.

After importing these images into WDS, they become available for deployment to client computers.

 

Image Groups

What are Image Groups?

An image group is a logical container in WDS used to organize multiple install images.

For example, an administrator can create separate image groups for:

  • Windows 10 
  • Windows 11 
  • Windows Server 2022 
  • Windows Server 2025 

Image Groups make it easier to manage and deploy different operating system images.

 

Benefits of Image Groups

  • Organizes multiple install images. 
  • Simplifies image management. 
  • Supports different Windows versions. 
  • Makes OS deployment easier in enterprise environments.

👉Click here to explore the complete Windows Server Administration training program.

https://www.evisiontechnoserve.com/corporate-training/it-certifications/azure-system-administration-job-ready-internship-program-live