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!

SOLVED SCCM clients install and uninstall automatically

  • Thread starter Thread starter groepaz
  • Start date Start date
  • Replies Replies 3
  • Views Views 6K
Status
Not open for further replies.

groepaz

New Member
Messages
3
Solutions
1
Reaction score
0
Points
1
Any idea what I could check if a client A disappears in the device list when I install client B. Then I reinstall (uninstall / install with ccmsetup) client A and client B disappears in the device list. These are physical machines und have not the same MAC address.
 
Solution
After SCCM Client GUUID reset of one of the clients the problem disappeared

psexec -u Admin \\client.dom.loc cmd (open Client Command Prompt)
Save c:\windows\ccmsetup\ccmsetup.exe in c:\source
rename c:\windows\smscfg.ini
C:\Source>ccmsetup /uninstall (deinstall)
delete c:\windows\ccm and c:\windows\ccmsetup

C:\Source>powershell.exe "Remove-Item -Path HKLM:\Software\Microsoft\SystemCertificates\SMS\Certificates\* -Force"
C:\Source>ccmsetup.exe /mp:dpserv.dom.loc SMSMP=elsm4118.els.loc SMSCACHESIZE=20480
Thank you for the recommendation. There are in total 30 clients. All put in place with the same installation procedure over a task sequence. All the other clients do not have/show a problem.
 
After SCCM Client GUUID reset of one of the clients the problem disappeared

psexec -u Admin \\client.dom.loc cmd (open Client Command Prompt)
Save c:\windows\ccmsetup\ccmsetup.exe in c:\source
rename c:\windows\smscfg.ini
C:\Source>ccmsetup /uninstall (deinstall)
delete c:\windows\ccm and c:\windows\ccmsetup

C:\Source>powershell.exe "Remove-Item -Path HKLM:\Software\Microsoft\SystemCertificates\SMS\Certificates\* -Force"
C:\Source>ccmsetup.exe /mp:dpserv.dom.loc SMSMP=elsm4118.els.loc SMSCACHESIZE=20480
 
Solution
Status
Not open for further replies.

Forum statistics

Threads
7,198
Messages
28,090
Members
18,363
Latest member
bmandre
Back
Top