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/202005/09/2026 Christian By Christian 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

Also, see SizeTrend: A Fast Windows Disk Space Analyzer for Storage Analysis, Veeam ONE 13.1.0.7034 Upgrade: Complete Pre-flight and Step-by-Step Guide, and Upgrading Veeam Backup Enterprise Manager to v13.1 and Applying System Updates.

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.

Screenshot of the 'Select Windows Image File' dialog box, showing the navigation to the 'install.wim' file in a directory structure.

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

Add Image Wizard window displaying file location input for Windows image file with path F:\sources\install.wim and 'Next' button.

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

Screenshot of the 'Add Image Wizard' window displaying available Windows 10 images for selection, with checkboxes for image selection and a 'Next' button highlighted.

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

Screenshot of the Add Image Wizard summary, displaying options for Windows 10 images including Windows 10 Home, Windows 10 Pro, Windows 10 Pro Education, and Windows 10 Pro for Workstations, with a highlighted selection and navigation buttons.

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

Completion screen of the Add Image Wizard showing a progress bar indicating successful addition of images to the server, with a highlighted 'Finish' button.

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

Screenshot of Windows Deployment Services interface displaying a list of Windows 10 installation images with details like image name, architecture, status, expanded size, date, OS version, and priority.

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

Screenshot of Windows Deployment Services interface showing the server list with 'TechDarchive.techdirect.local' highlighted and a context menu opened with 'Properties' option selected.

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.

Screenshot of the PXE Response settings in the TECHDARCHIVE Properties window, highlighting options for responding to client computers and administrator approval requirements.

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

Screenshot of a Windows PowerShell window displaying a command to set an AutoAddPolicy using the WDSUTIL tool, including a success message.

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.

Screenshot of Windows Deployment Services interface highlighting the 'Create Multicast Transmission...' option in the Multicast Transmissions section.

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

A screenshot of the 'Create Multicast Transmission Wizard' window in Windows Deployment Services, showing a text field for entering a transmission name, with 'Windows 10' typed in.

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.

Screenshot of the Create Multicast Transmission Wizard interface showing the image selection options for Windows 10, with a dropdown menu and file names listed for different Windows 10 versions.

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

Multicast Transmission Wizard interface showing options for transmission type with 'Auto-Cast' selected, explaining automatic start upon client request.

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

Multicast Transmission Wizard completion screen displaying successful creation of a multicast transmission for Windows 10 Pro with options to go back or 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
Screenshot of Windows Deployment Services interface showing the Multicast Transmissions section with details on a Windows 10 installation image.

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.

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

  • image 77
    How to use the DigiCert certificate utility for Windows to create a CSR Windows
  • Slide1 1
    How to manage Microsoft Defender Antivirus using Group Policy and Command Line Utility Anti-Virus Solution
  • Shrink and Compact Virtual Hard Disks
    How to Shrink and Compact Virtual Hard Disks in Hyper-V Virtualization
  • Key distribution center
    Perform Key Distribution Center Service [krbtgt] Password reset Windows
  • Connect to FTP Server
    Secure FTP Login Issue: NAT Router Configuration for Passive Mode and Port Forwarding Windows Server
  • Configure AD LDAPs
    Generate a self-signed SSL certificate: Enable LDAP over SSL Windows Server

More Related Articles

image 77 How to use the DigiCert certificate utility for Windows to create a CSR Windows
Slide1 1 How to manage Microsoft Defender Antivirus using Group Policy and Command Line Utility Anti-Virus Solution
Shrink and Compact Virtual Hard Disks How to Shrink and Compact Virtual Hard Disks in Hyper-V Virtualization
Key distribution center Perform Key Distribution Center Service [krbtgt] Password reset Windows
Connect to FTP Server Secure FTP Login Issue: NAT Router Configuration for Passive Mode and Port Forwarding Windows Server
Configure AD LDAPs Generate a self-signed SSL certificate: Enable LDAP over SSL Windows Server

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

vexpert-badge-stars-5

Virtual Background

VEEAMLEGEND

Categories

veeaam100

Veeam Vanguard

  • VMware Tools
    How to upgrade VMware Tools in vSphere Virtualization
  • Windows Server 2016 1
    All About Windows Server 2016 Windows Server
  • images
    Fix the Synchronization service scheduler is suspended AWS/Azure/OpenShift
  • Featured image
    Latest Improvement to File Explorer on Windows 11 Windows
  • win10 usb
    How to prevent installation of removable devices Windows
  • wacxx
    Test Network Connection to Windows Admin Center Gateway Scripts
  • Wordpress banner
    Fix WordPress Error “The Link You Followed Has Expired” Web Server
  • Screenshot 2022 04 02 at 23.08.25
    How to stop Docker from automatically starting on Mac Mac

Subscribe to Blog via Email

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

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

Tags

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

Copyright © 2026 TechDirectArchive

Loading Comments...

You must be logged in to post a comment.