MSEndpointMgr / ConfigMgr

Microsoft Endpoint Configuration Manager scripts and tools
637 stars 281 forks source link

Apply Driver Package process failed, please refer to previous error or warning messages #316

Closed korbinianotto closed 3 years ago

korbinianotto commented 3 years ago

Task Sequence failed with error code 1 but cannot find any error in the log. Task Sequence is running in DriverUpdate deployment mode.

-DriverUpdate -Endpoint "OTFSRVSCCM01.bergzeit.local"

any ideas?

ApplyDriverPackage.log smsts.log

gspsteve commented 3 years ago

Hi, same here.

 - Retrieved a total of '22' driver packages from AdminService matching operational mode: Production
[ApplyDriverPackage]: Apply Driver Package process failed, please refer to previous error or warning messages

maybe there is already a solution!?

StefanB73 commented 3 years ago

Hi,

had the same issue. Please have a look at DriverUpdate fails after retrieving number of driver packages with no real error. #77

Windows build table is referring to 20H2 as an integer instead of a string. Open up the script in your favourite editor and replace $OSVersion = 20H2 (line 964) with $OSVersion = "20H2"

Regards Stefan

korbinianotto commented 3 years ago

that solved the problem. thanks!