Forum Discussion
Agents will install on 2 DC's but will not get configurations
Thank you, i was soooooo hoping that would work, but it did not. same exact outcome. so here is what i did..
- ran ccmclean and uninstalled the old client.
- deleted the CCM folder, the CCMSetup folder and the SMSCFG.ini from c:\windows
- rebooted the system
- installed the client using an elevated command prompt and the command:
\\mdt-sccm2019\SMS_EC1\Client\ccmsetup.exe RESETKEYINFORMATION=TRUE /mp:mdt-sccm2019.<domainname> /logon SMSSITECODE=EC1
and as i said the same results...
would you check the locationservice.log for errors. it is under CCM\logs folder
- Michael54Apr 16, 2025Copper Contributor
i dont see any errors but i am seeing this highlighted part alot
Instance of CCM_WindowsDOClientConfig doesn't exist in WMI
i tested WMI on this server and its working and there are no errors in event log for WMI
- AhmedLSApr 17, 2025Copper Contributor
hi,
you tested WMI on the server so i assume you ran this command
winmgmt /verifyrepository
if you run below command it will restore missing classescd %windir%\system32\wbem
for /f %s in ('dir /b /s *.mof *.mfl') do mofcomp %s
last thing to check is the permissions on CCM WMI FoldersOpen wmimgmt.msc, right-click on WMI Control (Local), and select Properties.
Go to the Security tab and ensure that the user "Everyone" has full permission for the Root and CCM folders
hopefully you will get somewhere after those three solutions