Created
November 13, 2018 10:24
-
-
Save KristofferRisa/aff8d324f8999e98851c6cfc3543edaf to your computer and use it in GitHub Desktop.
A simple command to find local IP address using PowerShell.
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 | findstr [0-9].\.)[0]).Split()[-1] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment