Skip to content

Commit 7ef441a

Browse files
authored
editorial revision
1 parent 792d915 commit 7ef441a

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

memdocs/configmgr/mdt/known-issues.md

Lines changed: 6 additions & 3 deletions
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
@@ -20,16 +20,19 @@ This article provides details of any current known issues and limitations with t
2020

2121
<!-- 12891430 -->
2222

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

2627
Follow this example to install WinPE-WDS-Tools OC in WinPE (assuming the mount folder E:\mnt exists).
28+
2729
```cmd
2830
Dism /mount-wim /WimFile:"E:\DeploymentShare\Boot\LiteTouchPE_multicast_x64.wim" /Index:1 /MountDir:E:\mnt
2931
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"
3032
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"
3133
Dism /Unmount-Wim /MountDir:E:\mnt /Commit
3234
```
35+
3336
Add or replace the multicast enabled boot image in WDS snap-in for Microsoft Management Console (MMC).
3437

3538

0 commit comments

Comments
 (0)