Come risolvere Gestore della configurazione 0x800706BA Failed to Install Distribution Point.
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 distribution point is failing. You would also see an errore that readsFailed to install DP files on the remote DP Errore code=1722.
You need to parse a MOF file on the target server on which you are installing the Distribution Point role. You need to look forsmsdpprov.mof file which is found in<guidare:>\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 (CMD) 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.
Note: it can initially fail in the Distribution Point Configuration section in monitoring.