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
solved
0
Configuration Manager
10 months
2020-05-09T20:06:18+05:30
2020-05-09T20:06:18+05:30 4 Answers
152 views
Beginner 0
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