diff --git a/windows/deployment/update-boot-image.md b/windows/deployment/update-boot-image.md index 020627f1e1..ea37fe456d 100644 --- a/windows/deployment/update-boot-image.md +++ b/windows/deployment/update-boot-image.md @@ -7,7 +7,7 @@ author: frankroj manager: aaroncz ms.author: frankroj ms.topic: article -ms.date: 07/13/2023 +ms.date: 07/26/2023 ms.technology: itpro-deploy appliesto: - ✅ Windows 11 @@ -92,12 +92,16 @@ Note about Windows Server 2012 R2 - Create a new empty empty folder to mount the boot image to. For example, `C:\Mount`. +#### [**Intune**](#tab/powershell) + ```powershell Mount-WindowsImage -Path "" -ImagePath "\.wim" -Index 1 -Verbose ``` For more information, see [Mount-WindowsImage](/powershell/module/dism/mount-windowsimage) +#### [**Intune**](#tab/cmd) + ```cmd DISM.exe /Mount-image /imagefile:"" /Index:1 /MountDir:"" ```