Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

PENDING Updates are not install during OSD

  • Thread starter Thread starter hanysl
  • Start date Start date
  • Replies Replies 0
  • Views Views 963

hanysl

New Member
Messages
1
Reaction score
0
Points
1
Hello all.
I working on deploy SCCM 2403 in company from 06/2024.
Now I need implement OSD deployment of W11. All tasks work without problem but big problems is with Windows Update in OSD. It always fail.
Communication is based of HTTPS (autodeploy certs from CA via GPO), SUP is implemented too.
In logs are still the same errors.
The task sequence execution engine failed executing the action (Install Software Updates 1) in the group (Setup Operating System) with the error code 2278556274
Action output: ... ates( spCallback, &bAlreadyCompleted, bForceOnlineScan ), HRESULT=87d00272 (D:\dbs\sh\cmgm\0502_134106\cmd\s\src\client\OsDeployment\InstallSWUpdate\installswupdate.cpp,540)
RefreshTargetedUpdates(m_sAssignmentID, spInstall, spCallback, bAlreadyCompleted, bForceOnlineScan), HRESULT=87d00272 (D:\dbs\sh\cmgm\0502_134106\cmd\s\src\client\OsDeployment\InstallSWUpdate\installswupdate.cpp,1648)
RefreshUpdates(bForceOnlineScan), HRESULT=87d00272 (D:\dbs\sh\cmgm\0502_134106\cmd\s\src\client\OsDeployment\InstallSWUpdate\installswupdate.cpp,1157)
InstallUpdates(pInstallUpdate, tType, sIdStr, sCallerStr, sJobID, sActiveRequestHandle), HRESULT=87d00272 (D:\dbs\sh\cmgm\0502_134106\cmd\s\src\client\OsDeployment\InstallSWUpdate\main.cpp,308)
Setting TSEnv variable SMSTSInstallUpdateJobGUID=
Process(pInstallUpdate, tType, sIdStr, sCallerStr, sPendingRebootUpdateIDs), HRESULT=87d00272 (D:\dbs\sh\cmgm\0502_134106\cmd\s\src\client\OsDeployment\InstallSWUpdate\main.cpp,409)
Failed to RefreshUpdates, hr=0x87d00272.

The task sequence execution engine ignored execution failure of the action (Install Software Updates 1) in the group (Setup Operating System).

I have deployed all groups to Unknown machines.
I tried in OSD options and combination of Required for installation / Available for installation / Evaluate software updates from cashed scan results.

I need solve this or found some workaround after first boot of device.
 
Back
Top