Unable to find or remember how to terminate an established connection via the CMD prompt. For example, if you do a netstat -a and want to terminate the connection:
C:\>netstat -a
Active Connections
Proto Local Address Foreign Address State
TCP itm-9:3161 MAIN-EC-SRV3_W:8080 ESTABLISHED
Anyone know how to terminate this connection from a command prompt? Thank you.
C:\>netstat -a
Active Connections
Proto Local Address Foreign Address State
TCP itm-9:3161 MAIN-EC-SRV3_W:8080 ESTABLISHED
Anyone know how to terminate this connection from a command prompt? Thank you.