SCCM

SCCM 2012 – How to update SCCM Agent

When Microsoft release a new Cumulative Update for ConfigMgr 2012, the SCCM Agent is updated too with a new version. To fix some bugs and improvements, you need to deploy it on all your clients.

To do this, you can choose two solutions:

  • Use the CAB file in the folder [SCCMInstall]\hotfix\KB\SCUP and deploy it with SCUP, that means you are using Software Updates.
  • Deploy the new version with two packages, one for x86 and one for x64, included in the Cumulative Update. With this solution, you can easily update your client with no technical requisite.

We will see how to update clients with the second solution, using package.

Continue reading

Share
SCCM

SCCM 2012 – WsusPool crashes

During the migration phase of SCCM 2007 clients to SCCM 2012 infrastructure, I had an issue with the Software Update Point: a lot of computers not reported their Software Update compliance and didn’t evaluated any new software updates.

After a troubleshooting, in the WUAhandler.log on client side, there was this error:

OnSearchComplete - Failed to end search job. Error = 0x80244022.
Scan failed with error = 0x80244022.
Continue reading

Share