Friday, October 26, 2018

CcmGetOSVersion failed with 0x80041010

Client error with this code  0x80041010 is due to the WMI issues


Please use below command to resolve this issue












  1. cleanup sccm client 
  2. Open a command prompt with elevated.
  3. Change to directory C:\Windows\system32\wbem\
  4. Run: dir /b *.mof *.mfl | findstr /v /i uninstall > moflist.txt & for /F %s in (moflist.txt) do mofcomp %s
  5. Install SCCM Client 

1 comment: