Here’s how to check if port is listening on a Windows Server.

Log in to the destination server.

<pre lang="bash">
netstat -ano | find "443" | find "LISTEN"
tasklist /fi "PID eq "443"