Skip to content

Commit 792d915

Browse files
committed
[sabieler] added WDS multicast known issue
- multicast stops working after upgrading to ADK for Windows 11
1 parent 67b4754 commit 792d915

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

memdocs/configmgr/mdt/known-issues.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,23 @@ 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](https://docs.microsoft.com/en-us/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+
The right way to add WDS multicast to WinPE is to install WinPE-WDS-Tools OC ([WinPE optional components](https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/winpe-add-packages--optional-components-reference?view=windows-11#winpe-optional-components--)) into WinPE.
25+
26+
Follow this example to install WinPE-WDS-Tools OC in WinPE (assuming the mount folder E:\mnt exists).
27+
```cmd
28+
Dism /mount-wim /WimFile:"E:\DeploymentShare\Boot\LiteTouchPE_multicast_x64.wim" /Index:1 /MountDir:E:\mnt
29+
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"
30+
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"
31+
Dism /Unmount-Wim /MountDir:E:\mnt /Commit
32+
```
33+
Add or replace the multicast enabled boot image in WDS snap-in for Microsoft Management Console (MMC).
34+
35+
1936
## ZTI extensions with version 2013 or 2107
2037

2138
<!-- 10695200 -->

0 commit comments

Comments
 (0)