Cannot find the Guid on SCCM

Question

I have quite a lot guids that are coming as unregistered. I cannot find them on SCCM. How can I find these guids and register these devices.  Please see the picture below Guid unregistered

Answers ( 4 )

    0
    2020-05-10T06:59:28+05:30

    Hi

    Using this below sql query, we can comes to know that SMSGUID is belongs to which computername in SCCM DB.

    ——————————————————————————————–
    Select Sys.Name0, Sys.SMSID0, Sys.Domain0, Sys.SystemRole0 from
    dbo.v_GS_SYSTEM Sys Where Sys.SMSID0 = ”
    ——————————————————————————————–

    Regards,
    Karthikeyan

    0
    2020-05-09T20:59:16+05:30

    I just posted a fresh blog post to address the Duplicate GUID issues in a VDI environment.
    http://harjit.us/how-to-install-configmgr-client-on-vdi-template/

    Best answer
    0
    2020-05-09T20:24:33+05:30

    I think you have the same problem because of DUPLICATE GUIDs.

    Are these VDI machines?

    Pls check https://forum.howtomanagedevices.com/endpointmanager/configuration-manager/duplicate-guid/

    The steps mentioned in the above thread might help to resolve the issue

    https://www.anoopcnair.com/configmgr-sccm-duplicate-record-issue/ using collection method

    Also, make sure you have enabled the same – Automatically Conflicting Records https://snipboard.io/OXidUV.jpg

Leave an answer

Sorry, you do not have permission to answer to this question .