IPCONFIG commands (Network Troubleshooting Command 1)
IPCONFIG - Obtain computer IP, Subnet Mask, Gateway and DNS.
Below are the different IPCONFIG command you can use for troubleshooting purposes.
Thank you.
- JN
Below are the different IPCONFIG command you can use for troubleshooting purposes.
- ipconfig /all
- ipconfig /all | findstr Subnet
- ipconfig /all | findstr Gateway
- ipconfig /all | findstr DNS
- ipconfig /all | findstr DHCP
- ipconfig /flushdns
- ipconfig /registerdns
See below sample.
Thank you.
- JN
Comments
Post a Comment