msfreaks / EvergreenAdmx

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

Add Windows 11 23H2 support #38

Closed robertRuncak closed 4 months ago

robertRuncak commented 7 months ago

Please add Windows 11 23H2 support https://www.microsoft.com/en-us/download/details.aspx?id=105667

Karl-WE commented 4 months ago

@JonathanPitre I have just checked version 2301 and the source code but 23H2 is not added as parameter set despite your mention in #31

Could it be that this was overlooked or a wrong branch has been released?

[Parameter(Mandatory = $False)][ValidateSet("21H2", "22H2")] [System.String] $Windows11Version = "22H2",

JonathanPitre commented 4 months ago

yes it was overlooked, I'm already on the case, thanks!

JonathanPitre commented 4 months ago

@msfreaks Please close this issue.

Karl-WE commented 4 months ago

Tested and confirmed wonderful @JonathanPitre !