What do the log say is going on? What troubleshooting have you done?
Client Discoverd as No | SCCM
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.
Please help why does this computer not discovered as Client as YES.
Microsoft Security | Intune | Configuration Manager | Other
2 answers
Sort by: Most helpful
-
-
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.