How to query who shares port 80 on Windows? -


Windows can share ports, for example IIS and WinRM share port 80. Is there any way to check this information? is?

Nets do job

  netsh http show servicestate verbose = no  

It registers all endpoints in httpsys registerd, which is all the shares actually sharing port 80.


Comments