Sometimes you need to check some port to the destination address or IP. How to do that? Now I will show you a simple and fast method to do that using Windows PowerShell.
Let’s check whether a remote network port is open and listening or not.

How to start PowerShell on windows 10?

Method 1

Go to the start menu and find the Windows PowerShell folder and select PowerShell.

Method 2

Going to RUN \ powershell

 

And in PowerShell window write tnc bing.com -port 80

This command is a short way to Test-network connection. You can also put an IP address instead of the hostname.

The TNC command gives you basic information about the network connection like computer name, IP address. TcpTest will give you True if the port is open and false if the port is closed.

This command is very useful when you are troubleshooting a network.


Fatal error: Uncaught Error: Call to undefined function get_field() in /home/sieichtech/public_html/wp-content/plugins/ohio-extra/widgets/widget-about-author.php:78 Stack trace: #0 /home/sieichtech/public_html/wp-includes/widgets.php(1261): ohio_widget_about_author->widget() #1 /home/sieichtech/public_html/wp-content/themes/ohio/single.php(53): the_widget() #2 /home/sieichtech/public_html/wp-includes/template-loader.php(106): include('...') #3 /home/sieichtech/public_html/wp-blog-header.php(19): require_once('...') #4 /home/sieichtech/public_html/index.php(17): require('...') #5 {main} thrown in /home/sieichtech/public_html/wp-content/plugins/ohio-extra/widgets/widget-about-author.php on line 78