Skip to content

Commit 1762f81

Browse files
authored
Merge pull request #2492 from sabieler/main
[sabieler] added WDS multicast known issue
2 parents 7836df9 + 7ef441a commit 1762f81

1 file changed

Lines changed: 21 additions & 1 deletion

File tree

memdocs/configmgr/mdt/known-issues.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: MDT known issues
33
description: Current limitations with the Microsoft Deployment Toolkit (MDT).
4-
ms.date: 08/27/2021
4+
ms.date: 03/08/2022
55
ms.prod: configuration-manager
66
ms.technology: configmgr-mdt
77
ms.topic: article
@@ -16,6 +16,26 @@ ms.collection: openauth
1616

1717
This article provides details of any current known issues and limitations with the Microsoft Deployment Toolkit (MDT). It assumes familiarity with MDT version concepts, features, and capabilities.
1818

19+
## Windows Deployment Services (WDS) multicast stops working after upgrading to ADK for Windows 11
20+
21+
<!-- 12891430 -->
22+
23+
After you updated your MDT boot image to [ADK for Windows 11](/windows-hardware/get-started/adk-install) you might see popups in Windows PE (WinPE) multicast enabled environments prompting wdscommonlib.dll and imagelib.dll are missing in WinPE.
24+
25+
The right way to add WDS multicast to WinPE is to install WinPE-WDS-Tools OC ([WinPE optional components](/windows-hardware/manufacture/desktop/winpe-add-packages--optional-components-reference?view=windows-11#winpe-optional-components--)) into WinPE.
26+
27+
Follow this example to install WinPE-WDS-Tools OC in WinPE (assuming the mount folder E:\mnt exists).
28+
29+
```cmd
30+
Dism /mount-wim /WimFile:"E:\DeploymentShare\Boot\LiteTouchPE_multicast_x64.wim" /Index:1 /MountDir:E:\mnt
31+
Dism /Image:"E:\mnt" /Add-Package /PackagePath:"C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\Windows Preinstallation Environment\amd64\WinPE_OCs\WinPE-WDS-Tools.cab"
32+
Dism /Image:"E:\mnt" /Add-Package /PackagePath:"C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\Windows Preinstallation Environment\amd64\WinPE_OCs\en-us\WinPE-WDS-Tools_en-us.cab"
33+
Dism /Unmount-Wim /MountDir:E:\mnt /Commit
34+
```
35+
36+
Add or replace the multicast enabled boot image in WDS snap-in for Microsoft Management Console (MMC).
37+
38+
1939
## ZTI extensions with version 2013 or 2107
2040

2141
<!-- 10695200 -->

0 commit comments

Comments
 (0)