Answers for "netsh show ports"

1

netstat find port

netstat -na | find "8080"
Posted by: Guest on January-12-2021
1

netstat check port

sudo netstat -plnt
Posted by: Guest on March-19-2020
7

see what ports are in use

Get-Process -Id (Get-NetTCPConnection -LocalPort portNumber).OwningProcess
Posted by: Guest on April-02-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language