Forum Discussion
Michael54
Apr 14, 2025Copper Contributor
Agents will install on 2 DC's but will not get configurations
Hello, I have 2 DC's that when i install the MECM agent on them, they will install but will not get the configuration files and when i open the client on the machines its missing the configurations ...
Michael54
Apr 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
AhmedLS
Apr 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 classes
cd %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 Folders
Open 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