Windows Check If Port is Listening March 3, 2022 Here’s how to check if port is listening on a Windows Server. Log in to the destination server. netstat -ano | find "443" | find "LISTEN" tasklist /fi "PID eq "443"netstat -ano | find "443" | find "LISTEN" tasklist /fi "PID eq "443"