msfreaks / EvergreenAdmx

Script to keep Admx files up-to-date.
MIT License
110 stars 14 forks source link

Windows 11 23H2 support #43

Closed ibeerens closed 7 months ago

ibeerens commented 7 months ago

When executing "EvergreenAdmx.ps1 -Windows11Version "23H2" -workingdirectory "C:_install\ADMX_latest\" -Include "Windows 11" the following error is displayed:

C:\Program Files\WindowsPowerShell\Scripts\EvergreenAdmx.ps1 : Cannot validate argument on parameter 'Windows11Version'. The argument "23H2" does not belong to the set "21H2,22H2" specified by the ValidateSet attribute. Supply an argument that is in the set and then try the command again. At line:1 char:37

It looks like 23H2 is not added to the latest release.

JonathanPitre commented 7 months ago

@ibeerens Unless you overwrite the content of EvergreenAdmx.ps1 with the last commit, you're not getting the Windows 11 23H2 support. @msfreaks The zip file in the release section is still outdated, could you please update it once you get the chance to review the code?

ibeerens commented 7 months ago

Thanks!

JonathanPitre commented 7 months ago

@msfreaks Please close this issue.