PowerShell Test-Connection Command Tutorial

Windows PowerShell provides the Test-Connection command in order to send packets to the remote systems. Generally, the ICMP packets are used which are also used by the ping command. Simply we can call the Test-Connection as the ping command in order to check remote system accessibility. Ping Remote IP Address  We can use the Test-Connection … Read more

How To Tracert Google.com?

How To Tracert Google.com?

The tracert command is used to find traceroute information from the current host to the specified destination or target. Google is one of the most popular and reliable destinations for the traceroute and generally used by system administrators. In this tutorial, we will examine how to traceroute to Google or “google.com”. Trace Route To Google … Read more

Windows tracert Command For Trace Route

Windows provides the tracert command in order to check the route to the specified destination in the network. The traceroute command is generally used to list intermediate hosts on the internet. The traceroute command tries to list every intermediate host by sending them ICMP packets. In some cases, the tracert command is also called a … Read more

PowerShell Test-NetConnection Tutorial

PowerShell Test-NetConnection Tutorial

PowerShell provides the Test-NetConnection command or cmdlet which is equal to the ping command. The Test-NetConnection command is used to print detailed information and diagnostics about a connection and port. It supports ping test, TCP test, route tracing like traceroute or tracert command, DNS lookup, listing IP interfaces, etc. Ping Remote Host The Test-NetConnection command … Read more

How To Use ping In Windows MS-DOS (cmd.exe)?

How To Use ping In Windows MS-DOS (cmd.exe)?

Windows provides the ping command in order to check remote system network connectivity. The ping name comes from the “Packet Internet Groper”. The ping command is provided by Windows operating systems by default. Ping command can send ICMP packets to the specified targets where the targets can be specified as IP address or hostname. Open … Read more