see what ports are in use
Get-Process -Id (Get-NetTCPConnection -LocalPort portNumber).OwningProcess
see what ports are in use
Get-Process -Id (Get-NetTCPConnection -LocalPort portNumber).OwningProcess
port range
Port numbers can run from 0 to 65353. Port numbers from 0 to 1023 are reserved
for common TCP/IP applications and are called well-known ports. The use of
well-known ports allows client applications to easily locate the corresponding
server application processes on other hosts.
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us