Category: PowerShell & Command-line Scripts
Author: Microsoft / PCHF Lab
Version: 2.1 (October 2025)
Summary:
PowerShell automation suite for image capture and deployment using DISM and MDT.
Streamlines Windows 11 image mounting, servicing, and deployment creation.
Usage Example:
Code:
Mount-WindowsImage -ImagePath "C:\ISO\install.wim" -Index 1 -Path "C:\Mount" Add-WindowsPackage -Path "C:\Mount" -PackagePath "C:\Updates\KB.msu" Dismount-WindowsImage -Path "C:\Mount" -Save
• Requires ADK and WinPE Add-on.
• Ideal for IT pros building customized install images.
• Include in technician toolkits or deployment USBs.
Last updated: October 2025 • Verified by PCHF Staff