You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windows 10 1903 is not being detected as a version in the invoke-CMApplyDriverPackage.ps1 script.
The log just show an empty version [LOG[Translated OSVersion from OSImageVersion: ]LOG]
Not sure if it is just as simple as adding the below to the Get-OSDetails function:
"18362" { $OSVersion = 1903 }
EDIT: This is from a driver upgrade within the OS using the "-DeploymentType DriverUpdate" switch.
The text was updated successfully, but these errors were encountered:
Cyber-Unicorn-42
changed the title
Window 10 Version 1903 not detected
Invoke-CMApplyDriverPackage - Window 10 Version 1903 not detected
Aug 12, 2019
Hi,
Windows 10 1903 is not being detected as a version in the invoke-CMApplyDriverPackage.ps1 script.
The log just show an empty version [LOG[Translated OSVersion from OSImageVersion: ]LOG]
Not sure if it is just as simple as adding the below to the Get-OSDetails function:
"18362" { $OSVersion = 1903 }
EDIT: This is from a driver upgrade within the OS using the "-DeploymentType DriverUpdate" switch.
The text was updated successfully, but these errors were encountered: