microsoft toolkit download

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 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