Share via


CcmSetup failed with error code 0x87d0029e and solving solution

Having a problem with Client Push installation which ends up with error:

CcmSetup failed with error code 0x87d0029e


Here is a solution to solve it:

  1. Open Command Prompt as Administrator
  2. type net stop winmgmt /y press enter
  3. Navigate as: cd C:\windows\system32\wbem
  4. Rename the folder as with command: rename repository repository.old
  5. Start Winmgmt process again by: net start winmgmt
  6. Execute Client Push installation and it will be successful.

Thank you for reading.