jesterrace Posted May 23, 2012 Report post Posted May 23, 2012 hi, my client runs through the whole setup. All seemed to work well. But i after SCCM my client shows me no certificate. Regards J Quote Share this post Link to post Share on other sites More sharing options...
Eswar Koneti Posted May 23, 2012 Report post Posted May 23, 2012 how do you confirm no ceritificates ? did u verified from mmc certificates or from log files ? check clientidstartupmanager log file to see if the client is registered or not. Quote Share this post Link to post Share on other sites More sharing options...
jesterrace Posted May 24, 2012 Report post Posted May 24, 2012 yes, no Certs in the SMS section in MMC. will check if the client is registered. Quote Share this post Link to post Share on other sites More sharing options...
Yon89 Posted July 30, 2012 Report post Posted July 30, 2012 I also get this problem, and i dont know why. can anyone help? Quote Share this post Link to post Share on other sites More sharing options...
AndrewNZ Posted July 30, 2012 Report post Posted July 30, 2012 Howdy all! I was experiencing this exact issue during testing of our OSD in SCCM 2012. I ran through a premiere support call with MS and quite a bit of troubleshooting before determining the cause. Reference to issue in SCCM 2007 Essentially, this issue is still present in SCCM 2012. 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 (or at least until the problem is fixed by other means.....*cough* SP1 *cough*) (taken from email exchange MS Engineer) 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 Please let me know if this helps at all.... 1 Quote Share this post Link to post Share on other sites More sharing options...
Yon89 Posted July 30, 2012 Report post Posted July 30, 2012 Cheers AndrewNZ I will give it a shot tommorow. Thanks for the help will post back to see if it works. The wierd thing is that it only happens on 2 units that i have. Quote Share this post Link to post Share on other sites More sharing options...
Woign Posted September 13, 2012 Report post Posted September 13, 2012 Howdy all! I was experiencing this exact issue during testing of our OSD in SCCM 2012. I ran through a premiere support call with MS and quite a bit of troubleshooting before determining the cause. Reference to issue in SCCM 2007 Essentially, this issue is still present in SCCM 2012. 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 (or at least until the problem is fixed by other means.....*cough* SP1 *cough*) (taken from email exchange MS Engineer) 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 Please let me know if this helps at all.... I can confirm that this worked on my Configuration Manager 2012 site! Thanks a lot! Quote Share this post Link to post Share on other sites More sharing options...
ozvik Posted September 6, 2013 Report post Posted September 6, 2013 Great, thanks! This fixed my problem as well. Quote Share this post Link to post Share on other sites More sharing options...
SCCMGuyKR Posted November 5, 2013 Report post Posted November 5, 2013 Seems to be working for me as well. Thanks so much!! Quote Share this post Link to post Share on other sites More sharing options...
l.hv.yang Posted November 22, 2013 Report post Posted November 22, 2013 Thanks, i tried this on a client and it worked as well. Quote Share this post Link to post Share on other sites More sharing options...
danubex Posted February 14, 2014 Report post Posted February 14, 2014 Hi Guys! I'm having same problem after adding a bunch of apps/agents to the TS. Can you tell me where in the TS you add the reg key command lines, after the initial setup windows and config manager or just as the final step or with a restart reg key reg key restart to end the TS or such? Thank you!!! x Quote Share this post Link to post Share on other sites More sharing options...
senseless Posted February 17, 2014 Report post Posted February 17, 2014 danubex 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 /fREG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\CCM\CcmExec /v SystemTaskExcludes /t REG_SZ /d "" /f Quote Share this post Link to post Share on other sites More sharing options...
Symbiot Posted March 10, 2014 Report post Posted March 10, 2014 Adding the 2 command lines didn't work for me.. I'm not sure if they're actually getting added at all .. but adding the lines severely messed up my TS. Quote Share this post Link to post Share on other sites More sharing options...
kevlar01 Posted March 10, 2014 Report post Posted March 10, 2014 Put them at the end of your TS. Additionally, you could try running CCMEval.exe (in C:\Windows\CCM) Quote Share this post Link to post Share on other sites More sharing options...
Symbiot Posted March 11, 2014 Report post Posted March 11, 2014 I found the problem and it had nothing to do with registry settings or similar.. I had, at the end of my TS, inserted a reboot... When you add a reboot to your TS it automatically sets an option to boot into the Bootimage associated with the TS.. which means instead of booting into the installed OS it booted into the bootimage.. and thus set registry keys to reflect this.. being in provisioning mode.. Quote Share this post Link to post Share on other sites More sharing options...
Symbiot Posted March 11, 2014 Report post Posted March 11, 2014 Maybe this is the problem for others? Quote Share this post Link to post Share on other sites More sharing options...
Webcity Posted May 21, 2014 Report post Posted May 21, 2014 Seems to be working for me too. Thanks so much Quote Share this post Link to post Share on other sites More sharing options...
Chez Posted April 22, 2016 Report post Posted April 22, 2016 For those that found the command lines didn't work, try adding them as Command lines with "cmd.exe /c " before. Worked for me. Quote Share this post Link to post Share on other sites More sharing options...