Windows CMD netstat Port identification¶
The Windows Command Prompt (cmd) provides network statistics and connection information via the netstat utility.^[600-developer-tools-windows-win-cmd.md]
To identify ports currently in use or to inspect active network connections, the specific command netstat -abno is used^[600-developer-tools-windows-win-cmd.md#L23-L24].
Sources¶
600-developer-tools-windows-win-cmd.md
Related¶
- [[Windows CMD]]
- [[Networking]]
- [[Port monitoring]]