Skip to content

Instantly share code, notes, and snippets.

@mwjcomputing
Last active December 12, 2015 04:58
Show Gist options
  • Select an option

  • Save mwjcomputing/4717724 to your computer and use it in GitHub Desktop.

Select an option

Save mwjcomputing/4717724 to your computer and use it in GitHub Desktop.
Simple one-liner to grab your public IP address.
Invoke-WebRequest 'http://myip.dnsomatic.com' | Select Content
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment