Skip to content

TechDirectArchive

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

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

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

Posted on 26/05/202001/09/2025 IT Expert By IT Expert No Comments on Add boot and install images to WDS and configure Multicast transmission via the GUI and WDSUTIL
  1. Home
  2. Windows Server
  3. 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.

  • 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, 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

  • dfggg
    SimpleSAMLphp Setup on Windows Server [Part 1] Windows Server
  • troubleshooting Active Directory Replication
    How to troubleshoot Active Directory Replication issues Network | Monitoring
  • adac
    Enable Active Directory Recycle Bin: How to delete and restore objects using Active Directory Administrative Center Windows Server
  • UpdateOfficeOnlineServer 1
    Perform Office Online Server Update via Windows Updates Windows Server
  • Computer policy could not be updated
    How to fix Computer Policy could not be updated successfully Windows
  • FileNotFoundError Errno 2 No such file or directory
    Fix FileNotFoundError: [Errno 2] No such file or directory Scripts

More Related Articles

dfggg SimpleSAMLphp Setup on Windows Server [Part 1] Windows Server
troubleshooting Active Directory Replication How to troubleshoot Active Directory Replication issues Network | Monitoring
adac Enable Active Directory Recycle Bin: How to delete and restore objects using Active Directory Administrative Center Windows Server
UpdateOfficeOnlineServer 1 Perform Office Online Server Update via Windows Updates Windows Server
Computer policy could not be updated How to fix Computer Policy could not be updated successfully Windows
FileNotFoundError Errno 2 No such file or directory Fix FileNotFoundError: [Errno 2] No such file or directory Scripts

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

  • Open Outlook links from your default browser
    How to stop Outlook from opening links in Edge Browser Network | Monitoring
  • BitLocker selfservice or helpdesk recovery
    Force BitLocker Recovery: Perform BitLocker Recovery via the Self-Service Portal and Helpdesk Windows Server
  • wds and dns l
    What happens when WDS and DNS are installed on the same Windows Server? DNS issues with WDS Windows Server
  • no pg hba
    Resolve “no pg_hba.conf entry for host on PostgreSQL Oracle/MSSQL/MySQL
  • unnamed
    How to disable Network (Wireless) UI from the Welcome screen Windows
  • dd featured 1
    How to delete obsolete drivers from the Driver Store in Windows Windows
  • RDP Certificate Issues
    Connecting to the RDP host: Fix the Certificate could not be verified back to the root certificate Mac
  • Install and configure wds 1
    Install Windows Deployment Services on Windows Server 2022 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,801 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

AWS 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.