mirror of
https://github.com/rbalsleyMSFT/FFU.git
synced 2026-06-14 02:09:35 -06:00
Update BuildFFUVM.ps1
- Add support for searching Windows Server SKUs in images in Get-WimIndex
This commit is contained in:
@@ -2563,9 +2563,13 @@ function Get-WimIndex {
|
||||
If ($ISOPath) {
|
||||
$wimindex = switch ($WindowsSKU) {
|
||||
'Home' { 1 }
|
||||
'Standard' { 1 }
|
||||
'Home_N' { 2 }
|
||||
'Standard (Desktop Experience)' { 1 }
|
||||
'Home_SL' { 3 }
|
||||
'Datacenter' { 3 }
|
||||
'EDU' { 4 }
|
||||
'Datacenter (Desktop Experience)' { 4 }
|
||||
'EDU_N' { 5 }
|
||||
'Pro' { 6 }
|
||||
'Pro_N' { 7 }
|
||||
|
||||
Reference in New Issue
Block a user