I am trying to setup a distribution point to use the built-in PXE capabilities and not use WDS. Our SCCM environment is HTTPS.
I have it setup but, when I attempt to PXE boot a device, it gets "no valid offer received". The SMSPXE.log shows a lot of 0x80070490 errors such as:
PXE::MP::GetMPListAndConnectionInfo failed; 0x80070490
PXE::MP::IsKnownMachine failed; 0x80070490
The smsdpusage.log shows error 80072ee5 such as:
Cannot connect with winhttp; 80072ee5
Failed to get information for MP: . 80072ee5.
I suspect this is a certificate issue for HTTPS communication. Does this scenario need a client authentication cert as described here under "Site systems that have a distribution point installed"?
https://free.blessedness.top/en-us/intune/configmgr/core/plan-design/network/pki-certificate-requirements
And would it be installed under the DP properties on the Communication tab replacing the self-signed cert there? Should the subject name be the FQDN of the DP?
Skip