Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form
Home » Windows Server » Add boot and install images to WDS and configure Multicast transmission via the GUI and WDSUTIL
  • AzureMonitor
    Configure Azure Monitor for VMs on Azure Stack Hub AWS/Azure/OpenShift
  • image 81
    How to Deploy Dynamic Website to AWS EC2 AWS/Azure/OpenShift
  • ext
    How to install Standalone Installation DriveLock Encryption software Security | Vulnerability Scans and Assessment
  • Migrate RDS CALs
    How to Migrate RDS CALs Windows
  • Slide1
    Enable Exploit Protection feature on Windows using the Windows Security App, Microsoft Endpoint Configuration Manager, and Group Policy Windows
  • SystemUtilization
    Delivering System Utilization Report on a Linux based OS Linux
  • Featured image MsTeams.
    How to share an app window on Microsoft Teams Windows
  • unnamed
    Add or delete users and set permissions in Azure AD AWS/Azure/OpenShift

Add boot and install images to WDS and configure Multicast transmission via the GUI and WDSUTIL

Posted on 26/05/202001/09/2025 Christian By Christian No Comments on Add boot and install images to WDS and configure Multicast transmission via the GUI and WDSUTIL
add boot images

In this guide, we will show you the steps to add boot and install images to WDS and configure Multicast transmission via the GUI and WDSUTIL. Windows Deployment System (WDS) is a service role that allows you to deploy the Windows operating system to a PXE-enabled client. See the following guide on how to set up a VM via PXE boot on a Generation 1 VM, and how to set up a VM via PXE boot on a Generation 2 VM.  You can install a Windows operating system on a PXE-capable client without the need for physical media.

WDS allows an administrator to remotely deploy Windows Operating Systems to machines booting from a network adapter. After setting up the Windows Deployment System role and configuring WDS on the server, the next step is to add an image to the WDS.

There are two types of images that you need to add. There is an install.wim (the actual Windows installation files) and the other is the boot.wim used to boot the client device. For the differences between Capture image, Discover image, Install and Boot images (Windows PE).

Note: During the configuration of Windows Deployment Services (WDS), we did not add the images, this was left on purpose to this time. You can add Windows images by using the WDS MMC snap-in or by using WDSUTIL at a command prompt to load the Windows image.

Add the Boot.wim via the GUI

Before we proceed, please make sure that you already inserted the DVD and ISO format into your Windows Server as shown below.

install images

Add Windows boot images using the GUI. Right-click on Boot Images as shown below

WDS

This will open the Add Image Wizard as shown below.

 Multicast transmission

Click on Browse, then in Select Windows Image File box, double-click BD-ROm Drive (F:).

Double-click sources folder, and then double-click boot.wim as shown below

WDSUTIL

In the Add Image File wizard, verify the File Location which is F:\sources\boot.wim and then click Next.

add boot images

On the Image Metadata box, click Next

add boot images

On the Summary box. Click Next.

Multicast transmission

Upon clicking on Next, This will show the progress back of the boot.wim being added to WDS.

install images
add boot images

Upon clicking on Finish, the boot.wim can be seen added to the WDS as shown below

WDSUTIL

Add the Install Image

Here we will be adding the install.wim (image) into WDS, so in the WDS console, right-click Install Images and click Add Image Group. Enter the Group Name of your Choice

Multicast transmission

On the create an image group named. Enter the Group Name. For me, I will be entering Windows 10 as shown below.

add boot images

This will take us to the Image File Window as shown below

WDSUTIL

On the Add Image File wizard, browse to F:\sources\install.wim then click Next.

Verify the file Location which is F:\sources\install.wim and then click Next.

On the Available Images box, select Windows 10 Edition that applies to you. Next, click Next to continue the installation process.

On the Summary windows, click Next and wait for a few minutes for the process to be completed.

Upon clicking on Next, This will show the progress back of the install.wim being added to WDS.

Screenshot 2020 05 26 at 23.31.20
Screenshot 2020 05 26 at 23.32.11

On the Task Progress box as shown below. Click Finish

As we can see below, the various install images we selected are now available.

For related WDS articles, see What is Windows Deployment Services: How to setup and install WDS. Also, see how to Configuration of Windows Deployment Services (WDS).

If you have not configured your WDS when you were configuring your server to respond to known clients only, follow these steps below. This means, I only want my TechDirectArchive Administrator to deploy this server. This has been configured previously but I just want to show it to you guys again.

Right-click on the

Access the WDS Server Properties

Click the PXE Response tab, and then select the Require administrator approval for unknown computers check box. On the PXE Response Delay, I choose 0 seconds, and then click OK.

To Add an authorisation method, you will have to use the “WDSUTIL” to achieve this. Enter the following command below in PowerShell with elevated privilege

Next, fire-up the WDS console, we need to configure the WDS server for multicast transmission.

Multi-casting enables you to deploy an image to a large number of client computers without consuming excessive network bandwidth.

Right-click Multicast Transmissions, and then click Create Multicast Transmission.

Enter the Transmission Name box. In the “Type a name for this transmission field”, type your desired name, and click Next.

On the Image Selection page. In the “select the image group that contains the image” window.

Select the image group you created above (install image). For me, it is Windows 10, and then click Next.

On the Multicast Type box, verify that Auto-Cast is selected, and then click Next then Click Finish.

The next screen shows the completion of the Multicast transmission as shown below. Click on Finish

As you can see below, the multicast transmission has been created.

Screenshot 2020 05 27 at 00.28.09
Screenshot 2020 05 27 at 00.29.04

Add Images via the wdsutil

On how to add Windows install and boot images using WDSUTIL. See a very good source on MDT as well.

wdsutil /add-imagegroup /imagegroup:Windows2019_x64

I hope you found this blog post on how to Add boot and install images to WDS and configure Multicast transmission via the GUI and WDSUTIL 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.

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

Post navigation

Previous Post: What is the difference between 32-bit and 64-bit processors
Next Post: Fix No bootable media found system halted: Unable to PXE boot

Related Posts

  • configure kerberos
    Configure Kerberos Delegation in Windows Windows
  • How to Install Winget on Windows Server
    How to Install Winget on Windows Server Windows Server
  • Uninstall Wampserver
    How to uninstall WAMPServer from Windows Web Server
  • dns error
    Domain Name System Protocol: Client Registration Issue Windows Server
  • sdf
    What is GPO and how can it be launched in Windows Windows Server
  • banner 5
    How to fix Wi-Fi not connecting on Windows 11 Windows

More Related Articles

configure kerberos Configure Kerberos Delegation in Windows Windows
How to Install Winget on Windows Server How to Install Winget on Windows Server Windows Server
Uninstall Wampserver How to uninstall WAMPServer from Windows Web Server
dns error Domain Name System Protocol: Client Registration Issue Windows Server
sdf What is GPO and how can it be launched in Windows Windows Server
banner 5 How to fix Wi-Fi not connecting on 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

sysadmin top30a

  • AzureMonitor
    Configure Azure Monitor for VMs on Azure Stack Hub AWS/Azure/OpenShift
  • image 81
    How to Deploy Dynamic Website to AWS EC2 AWS/Azure/OpenShift
  • ext
    How to install Standalone Installation DriveLock Encryption software Security | Vulnerability Scans and Assessment
  • Migrate RDS CALs
    How to Migrate RDS CALs Windows
  • Slide1
    Enable Exploit Protection feature on Windows using the Windows Security App, Microsoft Endpoint Configuration Manager, and Group Policy Windows
  • SystemUtilization
    Delivering System Utilization Report on a Linux based OS Linux
  • Featured image MsTeams.
    How to share an app window on Microsoft Teams Windows
  • unnamed
    Add or delete users and set permissions in Azure AD AWS/Azure/OpenShift

Subscribe to Blog via Email

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

Join 1,839 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 AWS Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Server 2016

Copyright © 2025 TechDirectArchive

 

Loading Comments...
 

You must be logged in to post a comment.