Issue:
The SCCM package distribution was failing on one of the newly commissioned Distribution Point. The Distmgr.log on primary site server was showing below error.
ERROR DPConnection::ConnectRemoteIISManagementWMI() – Failed to connect to <DP Name>. error = 0x8004100e
Error code 0x8004100e translates to WBEM_E_INVALID_NAMESPACE. The error ConnectRemoteIISManagementWMI() was also indicating that the issue is with WMI.

Cause:
IIS 6 WMI Compatibility was not installed on Distribution Point. This is required component for accessing WMI namespace on Remote IIS server.

Solution:
Installed IIS 6 WMI Compatibility on Distribution Point. Refreshed the package on DP after installation and package distributed on distribution point without any issue.