My top 3 favorite tools to create and maintain Windows 10 Images depending on various scenarios like company policies and features like languagepacks.
Number 1
invoke-WindowsImageOfflineServicicing.ps1 from Nickolaj
My favorite because it's not a lot of moving parts as OSDBuilder from David Segura
Number 2
OSDBuilder from David Segura
I use this one if i need to create images with multiple language packs or modify the image in other way with anything below:
WinPE (WinPE.wim, WinRE.wim, Setup.wim)
- Add ADK Packages
- Add MS DaRT
- Add Drivers
- Add ExtraFiles
- Execute custom PowerShell scripts
os
- Enable NetFX3
- Remove Appx Provisioned Packages
- Remove Windows Packages
- Remove Windows Capabilities
- Enable Windows Optional Features
- Disable Windows Optional Features
- Apply Features on Demand
- Apply Language Packs
- Apply Language Interface Packs
- Apply Language Features on Demand
- Apply Start Layout
- Apply Unattend.xml
- Add Drivers
- Add ExtraFiles
- Add Packages
- Execute custom PowerShell scripts
- Set International Settings
Number 3
Good old MDT, if customer has a SLA on image deployment or a need to integrate a lot of applications in the image this is the way to go. Also this solution comes with support from MS.
Kommentarer
Skicka en kommentar