Skip to content

Instantly share code, notes, and snippets.

@sheeeng
Created July 22, 2014 09:00
Show Gist options
  • Select an option

  • Save sheeeng/14ea325beecd37e63270 to your computer and use it in GitHub Desktop.

Select an option

Save sheeeng/14ea325beecd37e63270 to your computer and use it in GitHub Desktop.
Get both IPv4 and IPv6 addresses from ipconfig command alongside findstr command on Windows platform.
ipconfig /all | findstr /i "IPv4 IPv6"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment