Skip to content

Instantly share code, notes, and snippets.

@KristofferRisa
Created November 13, 2018 10:24
Show Gist options
  • Save KristofferRisa/aff8d324f8999e98851c6cfc3543edaf to your computer and use it in GitHub Desktop.
Save KristofferRisa/aff8d324f8999e98851c6cfc3543edaf to your computer and use it in GitHub Desktop.
A simple command to find local IP address using PowerShell.
((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