I have executed the following command to get better idea of what is holding the port 8443 on server I'm trying to work on and install some new software on it.
C:\Users\Administrator>netstat -abn | find "8443"
TCP 0.0.0.0:8443 0.0.0.0:0 LISTENING
TCP [::]:8443 [::]:0 LISTENING
Any ideas on how to link this to specific service?
the binary without the find is coming up as:
Can not obtain ownership information