mirror of
https://github.com/rbalsleyMSFT/FFU.git
synced 2026-06-14 02:09:35 -06:00
Add support for LTSC versions of Windows
This commit is contained in:
@@ -27,7 +27,9 @@ $SKU = switch ($SKU) {
|
||||
ProfessionalEducation { 'Pro_Edu' }
|
||||
ProfessionalEducationN { 'Pro_EduN' }
|
||||
Enterprise { 'Ent' }
|
||||
EnterpriseN { 'EntN' }
|
||||
EnterpriseN { 'EntN'}
|
||||
EnterpriseS { 'Ent_LTSC' }
|
||||
IoTEnterpriseS { 'IoT_Ent_LTSC' }
|
||||
Education { 'Edu' }
|
||||
EducationN { 'EduN' }
|
||||
ProfessionalWorkstation { 'Pro_Wks' }
|
||||
|
||||
Reference in New Issue
Block a user