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

Windows 10 22H2 Support Added #204

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ChadSimmons
Copy link

No description provided.

@ChadSimmons
Copy link
Author

bump

@MrMortensen
Copy link

I have discovered that the drivers are not applied for Windows 10 Build 22H2. When the powershell script with these parameters: -DriverUpdate -Endpoint 'servername' -TargetOSName 'Windows 10' -OSVersionFallback
In the ApplyDriverPackage.log these errors:

Unable to translate OS version using input object 10.0.19045
Unsupport OS version detected, please reach out to the developers of this script

In the powershell script, Invoke-CMApplyDriverPackage.ps1, I can see that the Windows 10 Build 19045 is not added in the script, line 989:

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

Can these lines be added:
"19045" {
$OSVersion = '22H2'
}

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

Successfully merging this pull request may close these issues.

2 participants