Created
July 22, 2014 09:00
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ipconfig /all | findstr /i "IPv4 IPv6" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment