You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: memdocs/configmgr/mdt/known-issues.md
+21-1Lines changed: 21 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: MDT known issues
3
3
description: Current limitations with the Microsoft Deployment Toolkit (MDT).
4
-
ms.date: 08/27/2021
4
+
ms.date: 03/08/2022
5
5
ms.prod: configuration-manager
6
6
ms.technology: configmgr-mdt
7
7
ms.topic: article
@@ -16,6 +16,26 @@ ms.collection: openauth
16
16
17
17
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.
18
18
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).
0 commit comments