Client Discoverd as No | SCCM

Boopathi S 3,806 Reputation points
2022-09-05T15:34:10.08+00:00

Hello,

One of the computer can run all the actions successfully. But it is not discovering as Client. ClientIDManager log says that Client is registered.

237796-capture1.jpg

237797-capture.jpg

Please help why does this computer not discovered as Client as YES.

Microsoft Security | Intune | Configuration Manager | Other
{count} votes

2 answers

Sort by: Most helpful
  1. Garth 5,801 Reputation points
    2022-09-06T00:43:55.763+00:00

    What do the log say is going on? What troubleshooting have you done?

    0 comments No comments

  2. AllenLiu-MSFT 49,316 Reputation points Microsoft External Staff
    2022-09-06T05:55:56.837+00:00

    Hi, @Boopathi S

    Thank you for posting in Microsoft Q&A forum.

    This is could be caused by GUID mismatch, you may try the solution, open command prompt as administrator and run the below command lines:

    @echo Off  
    net stop CcmExec  
    sleep 5  
    Reg Delete HKLM\software\Microsoft\Systemcertificates\SMS\Certificates /f  
    DEL c:\Windows\SMSCFG.ini  
    sleep 5  
    net start CcmExec  
    

    For the details to troubleshoot this issue, you may refer to:
    https://eskonr.com/2018/08/troubleshooting-client-that-has-no-sccm-agent-in-console-but-still-receive-deployments/


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.