
/windows-8-command-prompt-commands-5b3f79dbc9e77c0037818c2f.png)
Remember you can type ipconfig /? to view the entire command syntax and list of parameters. Here are some additional parameters that I find useful. To view the IP configuration for all network cards on a computer type the command below and press enter ipconfig /all This command can also display the DNS cache on the local machine, flush DNS, release and renew the DHCP address on all network cards. You can display the IP info for a single or all network cards installed on a computer. Ipconfig is used to display system TCP/IP configuration. It’s the exact same syntax as using CMD.įor more details on the ping command see Microsoft’s ping documentation. Here is the ping command ran from PowerShell. Send any command output to a text file ping -t > c:\it\test-ping.txt A very popular command for testing network connectivity. a switch will do a reverse name resolution on the IP (PTR record lookup) ping -a 142.250.177.46 l switch specifies a packet size ping -l 2024 192.168.5.1 So to view the help for ping use this command: ping /? More Ping Examples
COMMAND PROMPT COMMANDS BASIC FULL
Or by hostname ping dc1.ad.įor most windows commands you can type the command followed by /? to view the help info, it will display the full syntax and parameters.


To test the connectivity to another device by IP or hostname use the command below ping 192.168.100.10
