Add support for LTSC versions of Windows

This commit is contained in:
Zehadi Alam
2024-12-28 20:01:01 -05:00
parent ce7af09f25
commit bc4a181182
2 changed files with 104 additions and 15 deletions
@@ -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' }