Unable to deploy OSD sever

Hello experts,

I am trying to install OSD server on relay server. one task called “Perform Post Install Task” got failed.

Check if any of the ports, the installer is looking for, are already used on the server you are deploying to. This is a new relevance check they added and it caused me several headaches.

Port 443, 69 and 2020 cannot be used.

You can check from a command line by running this (replace 443 with 69 and 2020 if needed):

netstat -an | findstr :443 | find /c /v “”

This should come back with a 0 (zero). If not, then you have something else running on the server using that port.