microsoft / SurfaceDeploymentAccelerator

Surface Deployment Accelerator (SDA) is a script-driven tool to create Windows images (WIM) for test or deployment that are similar in configuration to Bare Metal Recovery (BMR) images, minus certain preinstalled applications like the Surface UWP application.
MIT License
77 stars 25 forks source link

Education wim file #12

Closed azbiz closed 4 years ago

azbiz commented 4 years ago

Will there be a way to get the Education install wim file?

cluberti commented 4 years ago

Currently it does a search for Pro or Enterprise. If you wish for it to detect/use an Education SKU, you'll need to make a few edits. First to the "Languages.xml" file to add the string for it (the correct name can be found by doing a Get-WindowsImage against the ISO to see what SKUs are inside), and then editing some of the $OSSKU calls to make sure they aren't just looking for Pro or Enterprise.

azbiz commented 4 years ago

Excellent! Thanks for the quick response.