We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have discovered that the drivers are not applied for Windows 10 Build 22H2. In the ApplyDrivers.log these errors:
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' }
The text was updated successfully, but these errors were encountered:
I believe that adding the following will solve the problem: "19045" { $OSVersion = '22H2' }
/Morten
Sorry, something went wrong.
I can see that there is a pull on this update: #204
No branches or pull requests
I have discovered that the drivers are not applied for Windows 10 Build 22H2.
In the ApplyDrivers.log these errors:
In the powershell script, Invoke-CMApplyDriverPackage.ps1, I can see that the Windows 10 Build 19045 is not added in the script, line 989:
The text was updated successfully, but these errors were encountered: