Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Win10 22H2 #201

Open
NoDowt opened this issue Oct 24, 2022 · 4 comments
Open

Support for Win10 22H2 #201

NoDowt opened this issue Oct 24, 2022 · 4 comments

Comments

@NoDowt
Copy link

NoDowt commented Oct 24, 2022

I know its hot off the press, but given the easy of updating to Win10 22H2 via enablement package, we're currently testing it in our environment. Running the

  • Unable to translate OS version using input object: 10.0.19045

The comments for the vs 4.2.1 of the script mention Win10 22H2 support added, but suspect this might have been a typo and its Win11 22H2 added only (which seems to be the case looking further into the script)

@rebrec
Copy link

rebrec commented Oct 25, 2022

This is indeed a typo as you can see in the commit diff :
020513a?diff=unified

@NoDowt
Copy link
Author

NoDowt commented Oct 28, 2022

Yep thats what i spotted in the script.

I manually added the Win10 build also & script ran fine on Win10 22H2.

"Windows 10" { switch (([System.Version]$InputObject).Build) { "19045" { $OSVersion = '22H2' } "19044" { $OSVersion = '21H2'

@ChadSimmons
Copy link

I submitted Pull Request #204 to implement this.

@Harry3co
Copy link

Yep thats what i spotted in the script.

I manually added the Win10 build also & script ran fine on Win10 22H2.

"Windows 10" { switch (([System.Version]$InputObject).Build) { "19045" { $OSVersion = '22H2' } "19044" { $OSVersion = '21H2'

this worked for me, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants