I have a SCCM 2012 SP1 CU3 environment and want to build and capture an image with Windows 7 and all deployed patches.
I create a task sequence and Windows 7 and additional packages (.Net, C++ runtimes etc) are installed perfectly.
But patches are not. I see in WUAhandler.log that patches are detected but never will be downloaded or installed.
The error i get in Windowsupdate.log is:
The task sequence execution engine failed executing the action (Install Software Updates) in the group (Install Updates) with the error code 2147943860 Action output: ... y evaluation Policy evaluation initiated GetIPriviledgedInstallInterface successful Refreshing Updates Successfully initiated RefreshUpdates operation Waiting for RefreshUpdates complete notification from Updates Deployment Agent FALSE, HRESULT=800705b4 (e:\nts_sccm_release\sms\client\osdeployment\installswupdate\installswupdate.cpp,1273) WaitForRefreshUpdatesComplete(spInstall), HRESULT=800705b4 (e:\nts_sccm_release\sms\client\osdeployment\installswupdate\installswupdate.cpp,1331) RefreshUpdates(), HRESULT=800705b4 (e:\nts_sccm_release\sms\client\osdeployment\installswupdate\installswupdate.cpp,923) InstallUpdates(pInstallUpdate, tType, sJobID, sActiveRequestHandle), HRESULT=800705b4 (e:\nts_sccm_release\sms\client\osdeployment\installswupdate\main.cpp,248) Setting TSEnv variable SMSTSInstallUpdateJobGUID= Process(pInstallUpdate, tType), HRESULT=800705b4 (e:\nts_sccm_release\sms\client\osdeployment\installswupdate\main.cpp,304) Timedout waiting for updates refresh complete notification. The operating system reported error 2147943860: This operation returned because the timeout period expired.Does someone has any idea where i should look for an answer which will sole this issue ?