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
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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
Answers ( 4 )
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
Select Sys.Name0, Sys.SMSID0, Sys.Domain0, Sys.SystemRole0 from
dbo.v_GS_SYSTEM Sys Where Sys.SMSID0 = ”
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/
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