Please use below command to resolve this issue
- cleanup sccm client
- Open a command prompt with elevated.
- Change to directory C:\Windows\system32\wbem\
- Run: dir /b *.mof *.mfl | findstr /v /i uninstall > moflist.txt & for /F %s in (moflist.txt) do mofcomp %s
- Install SCCM Client
It worked thank you !
ReplyDelete