如何修复 配置管理器 0x800706BA Failed to Install 分发点.
Check the distmgr.log file. If you see the lineDPConnection::ConnectWMI() – Failed to connect toserver name this means that the SCCM server is unable to connect to the WMI namespace on the target machine which is why the installation of the 分发点 is failing. You would also see an 错误 that readsFailed to install DP files on the remote DP 错误 code=1722.
You need to parse a MOF file on the target server on which you are installing the 分发点 role. You need to look forsmsdpprov.mof file which is found in<驾驶:>\Program Files\Microsoft\Configuration Manager\bin\X64 in your primary site server. Copy it to any drive or in a folder on the target DP server.
Run the command prompt (指令管理系统) as administrator and execute the following command.
mofcomp.exe smsdpprov.mof
This will create the WMI namespace and after this step, you should be able to install the DP without any issues.
笔记: it can initially fail in the 分发点 Configuration section in monitoring.