Windowsでリッスンしているポートとプログラムを表示する

Linuxだと

netstat -lnp

Macだと

sudo lsof -nP -i4TCP -sTCP:LISTEN

とかですが、Windowsだと以下になるようです。

netstat -anb