Introduction: Detailed Graphical Tech Documentation for Windows Command "ipconfig"
Graphical technical documentation with different uses of "ipconfig" command:
- cmd /k ipconfig /all - type in from "Run" box to view IP address and MAC address
- ipconfig /all | findstr "IPv4" - type in from command line to filter out just the IPv4 address
- ipconfig /release - type in from command line to release IP address
- ipconfig /renew - type in from command line to get new IP address from DHCP server
Attachments
Supplies
- Windows
- Command line
- ipconfig command
Attachments
Step 1: Graphical Tech Documentation for Windows Command "ipconfig"
Graphical technical documentation with different uses of "ipconfig" command:
- cmd /k ipconfig /all - type in from "Run" box to view IP address and MAC address
- ipconfig /all | findstr "IPv4" - type in from command line to filter out just the IPv4 address
- ipconfig /release - type in from command line to release IP address
- ipconfig /renew - type in from command line to get new IP address from DHCP server






