MSEndpointMgr / ConfigMgr

Microsoft Endpoint Configuration Manager scripts and tools
633 stars 282 forks source link

Invoke-CMApplyDriverPackage - Window 10 Version 1903 not detected #175

Open PeterDodemont opened 5 years ago

PeterDodemont commented 5 years ago

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.

NickolajA commented 4 years ago

Could you please see if this issue still persists with the new 3.0.0 version?

https://github.com/SCConfigMgr/ConfigMgr/blob/master/Operating%20System%20Deployment/Drivers/Invoke-CMApplyDriverPackage_3.0.0_Preview.ps1