Skip to content

Instantly share code, notes, and snippets.

@man-oi
Created May 28, 2020 08:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save man-oi/223c1d3b241033f82946e87dcd888b2d to your computer and use it in GitHub Desktop.
Save man-oi/223c1d3b241033f82946e87dcd888b2d to your computer and use it in GitHub Desktop.
Powershell Commands
# get external ip address
(Invoke-WebRequest ifconfig.me/ip).Content.Trim()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment