mirror of
https://github.com/rbalsleyMSFT/FFU.git
synced 2026-06-14 02:09:35 -06:00
092ae26257
- Introduced a new function `Get-AvailableSkusForRelease` to retrieve available SKUs based on the selected Windows release value. - Added a new function `Update-WindowsSkuCombo` to refresh the SKU ComboBox in the UI when the release changes. - Updated the SKU lists for various Windows versions, including client and server SKUs, as well as LTSC editions. - Modified the `RefreshWindowsSettingsCombos` function to call the new SKU update function. - Ensured that the SKU ComboBox is populated dynamically based on the selected release, improving user experience and accuracy.