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:
- Open Command Prompt as Administrator
- type net stop winmgmt /y press enter
- Navigate as: cd C:\windows\system32\wbem
- Rename the folder as with command: rename repository repository.old
- Start Winmgmt process again by: net start winmgmt
- Execute Client Push installation and it will be successful.
Thank you for reading.