[Last Reviewed: 2018-11-26]
Do you need en-US language packs added to ConfigMgr for your multi-lingual IPUs? Do you need it done quickly?
Check out New-WULanguagePackPackage.ps1
, available on GitHub!
This script:
- Reads an XML file containing the path to language packs on Windows Update (and some metadata, like the Windows version and build)
- Downloads the language packs using BITS (in separate ConfigMgr-ready folders, following the format of
.\{FriendlyBuild}\{Architecture}\{Locale}
) - Creates new packages in ConfigMgr!
Enjoy!
Jacob