We recently upgraded 2012 SP1 to R2 and have an ongoing XP-Win 7 rollout . I've noticed our earlier Images deployed with an earlier Task Sequence Revision are now showing up in SCCM as having either "No Client" or "Inactive" client now that our R2 client push has been cycled on. This is also affecting Endpoint protection client updates that are now failing.. What they All have in common is the below error : CCMGetCertificateContextWrapperEx - function called while in provisioning mode. ccmsetup 2/26/2014 3:19:23 PM 6372 (0x18E4) I have found this information on a blog that may explain what's happened OR may not.. We are still investigating.. In the meantime, I've tried to reboot the error machines and use a Client Push to these machines that have been imaged several months ago and were working fine (Client that is) , but now crash and burn on the R2 client push.. Does anyone know of the fix for the machines that are still failing with "Provisioning Mode" errors? "During an OSD process, the SCCM client may get "stuck" in provisioning mode. I found that my OSD would complete and the client would register correctly with one task sequence, but if the application installation order changed, the client would get stuck in provisioning (no self-signed cert). Odd that the application install would affect the "Setup windows and config manager step....
As mentioned in the blog article - checking the registry keys will identify if the client is getting stuck or if your issue is possibly caused by another factor. I have included the following at the end of my task sequences to ensure that clients will always register " Right after the "Setup Windows and ConfigMgr" step, add two "Run Command Lines" to set the registry values correctly. Here are the two commands to be run: REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\CCM\CcmExec /v ProvisioningMode /t REG_SZ /d false /f REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\CCM\CcmExec /v SystemTaskExcludes /t REG_SZ /d "" /f Dwayne Hebert MCTS(rgb)_1424 From: [email protected] [mailto:[email protected]] On Behalf Of Jason Sandys Sent: Thursday, February 27, 2014 2:14 PM To: [email protected] Subject: RE: [mssms] SCCM 2012 Topology diagrammer There's on built into the console itself: Monitoring->Site Hierarchy. J From: [email protected] [mailto:[email protected]] On Behalf Of Chinni Sent: Thursday, February 27, 2014 10:43 AM To: [email protected] Subject: [mssms] SCCM 2012 Topology diagrammer Hi All, Does anyone have download link for SCCM 2012 Topology diagrammer tool? If so please share. Regards, Krishna Mohan --- This email is free from viruses and malware because avast! Antivirus protection is active. http://www.avast.com
<<image001.gif>>

