Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

PENDING Machine Record in SCCM Devices Problem ( DDR)

  • Thread starter Thread starter Dhanabal M
  • Start date Start date
  • Replies Replies 1
  • Views Views 3K

Dhanabal M

New Member
Messages
4
Reaction score
0
Points
1
Hi Guys,

I have one problem. I have installed SCCM client on 2 of my workgroup computers and successfully got installed and reported into SCCM. I have noticed that SCCM assigning a single same GUID and Resource ID to both machine records in Devices which i found in dataldr.log.

The problem is here, whenever i can see the machine 1 in console Devices section Machine 2 unable to see. then if I login to Machine 2 and enforce DDR policies then i can see Machine 2 in Console Devices, but Machine 1 now got disappeared. it happens vise versa.

to conclude that at the same time i can able to visible only 1 record in Devices. if one come other disappear and understood that SCCM not assigning a new Resource ID and GUID to newly provisioned machines.

Resource ID : 16778012
Begin transaction: Machine=Machine1(GUID:8880ACCA-6ADA-4229-BFDD-98B47FC63C3E)
Begin transaction: Machine=Machine2(GUID:8880ACCA-6ADA-4229-BFDD-98B47FC63C3E)

Please provide your suggestion on this and let me know if anyone experience this issue.
 

Attachments

  • Dataldr log.PNG
    Dataldr log.PNG
    40.3 KB · Views: 2
Appears you either [cloned PC-B from PC-A | setup both] with a non-sysprep'ed image.

On one of the clients:
1. Stop the CCMEXEC service.
2. Rename %windir%\SMSCFG.INI
3. Delete the SCCM certs at a command prompt run:
a) certutil –delstore SMS SMS
b) or run CCMDELCERT (I forget which, I think this does the same as A; been a while)
4. Start the CCMEXEC service.
5. Run a Machine Policy Ret & Eval.

 
Back
Top