Update Boot Image with CU Article 15

This commit is contained in:
Frank Rojas 2023-07-27 12:00:24 -04:00
parent 1c1d83ed60
commit f7815742f6

View File

@ -300,7 +300,7 @@ For more information, see [DISM Operating System Package (.cab or .msu) Servicin
## Step 11: Unmount boot image and save changes ## Step 11: Unmount boot image and save changes
- Once drivers, optional components, and the cumulative update (CU) have been applied to the boot image, unmount the boot image and save changes. Once drivers, optional components, and the cumulative update (CU) have been applied to the boot image, unmount the boot image and save changes.
### [**PowerShell**](#tab/powershell) ### [**PowerShell**](#tab/powershell)
@ -324,7 +324,7 @@ For more information, see [Modify a Windows image using DISM: Unmounting an imag
1. Once the boot image has been unmounted and saved, its size can be further reduced by exporting it: 1. Once the boot image has been unmounted and saved, its size can be further reduced by exporting it:
### [**PowerShell**](#tab/powershell) # [**PowerShell**](#tab/powershell)
```powershell ```powershell
Export-WindowsImage -SourceImagePath "<Boot_image_path>\<boot_image>.wim" -SourceIndex 1 -DestinationImagePath "<Boot_image_path>\<boot_image>-export.wim" -CompressionType max -Verbose Export-WindowsImage -SourceImagePath "<Boot_image_path>\<boot_image>.wim" -SourceIndex 1 -DestinationImagePath "<Boot_image_path>\<boot_image>-export.wim" -CompressionType max -Verbose
@ -332,7 +332,7 @@ For more information, see [Modify a Windows image using DISM: Unmounting an imag
For more information, see [Export-WindowsImage](/powershell/module/dism/export-windowsimage). For more information, see [Export-WindowsImage](/powershell/module/dism/export-windowsimage).
### [**Command Line**](#tab/command-line) # [**Command Line**](#tab/command-line)
```cmd ```cmd
DISM.exe /Export-Image /SourceImageFile:"<Boot_image_path>\<boot_image>.wim" /SourceIndex:1 /DestinationImageFile:"<Boot_image_path>\<boot_image>-export.wim" DISM.exe /Export-Image /SourceImageFile:"<Boot_image_path>\<boot_image>.wim" /SourceIndex:1 /DestinationImageFile:"<Boot_image_path>\<boot_image>-export.wim"
@ -344,8 +344,8 @@ For more information, see [Modify a Windows image using DISM: Unmounting an imag
1. Once the export has completed, delete the original boot image and then rename the exported boot image with the name of the original boot image. 1. Once the export has completed, delete the original boot image and then rename the exported boot image with the name of the original boot image.
## Considerations for Microsoft Configuration Manager ## Microsoft Configuration Manager considerations
## Considerations for Microsoft Deployment Toolkit (MDT) ## Microsoft Deployment Toolkit (MDT) considerations
## Considerations for Windows Deployment Services (WDS) ## Windows Deployment Services (WDS) considerations