Introduction: Detailed Graphical Tech Documentation for Windows Command "ipconfig"

About: Occupation: tech support

Graphical technical documentation with different uses of "ipconfig" command:

  1. cmd /k ipconfig /all - type in from "Run" box to view IP address and MAC address
  2. ipconfig /all | findstr "IPv4" - type in from command line to filter out just the IPv4 address
  3. ipconfig /release - type in from command line to release IP address
  4. ipconfig /renew - type in from command line to get new IP address from DHCP server

Supplies

  1. Windows
  2. Command line
  3. ipconfig command

Step 1: Graphical Tech Documentation for Windows Command "ipconfig"

Graphical technical documentation with different uses of "ipconfig" command:

  1. cmd /k ipconfig /all - type in from "Run" box to view IP address and MAC address
  2. ipconfig /all | findstr "IPv4" - type in from command line to filter out just the IPv4 address
  3. ipconfig /release - type in from command line to release IP address
  4. ipconfig /renew - type in from command line to get new IP address from DHCP server