sccm name0 is different of distinguished name 0

Sergi Díaz Ruiz 240 Reputation points
2025-01-09T12:51:59.69+00:00

Hi all!!

Looking BBDD of SCCM I saw one device with different name0 and distinguished name0.

Can someone tell me how is this possible?

How SCCM get the distinguished Name? How relate it with GUID ?

TIA!!

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

2 answers

Sort by: Most helpful
  1. Simon Ren-MSFT 40,341 Reputation points Microsoft External Staff
    2025-01-13T07:19:25.3033333+00:00

    Hi,

    Thanks for your reply.

    ==>In another hand.. How can across the GUIDs? Can I check the GUID of this device in AD?

    We can check the GUID of the device in AD like below:

    Open ADSI -> Connect to Default naming context -> CN=Computers -> Select the device and click Properties -> Check the objectGUID. As shown below in my lab:

    GUID

    Hope it helps.

    Best regards,

    Simon


    If the response is helpful, please click "Accept Answer" and upvote it.

    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.


  2. Sergi Díaz Ruiz 240 Reputation points
    2025-01-21T10:55:40.2433333+00:00

    Ok! I found the issue. We have same SMSGUID in c:\windows\smscfg.ini

    net stop CcmExec

    Reg Delete HKLM\software\Microsoft\Systemcertificates\SMS\Certificates /f

    DEL c:\Windows\SMSCFG.ini

    Delete records in SCCM console

    Net start ccmexec

    Do the same on both servers.

    Thanks to my French colleague for advice me.

    Regards,


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.