Skip to content

Instantly share code, notes, and snippets.

@JaekelEDV
Last active March 25, 2018 21:13
Show Gist options
  • Save JaekelEDV/20d1ff83277680bacceea93e198c84c9 to your computer and use it in GitHub Desktop.
Save JaekelEDV/20d1ff83277680bacceea93e198c84c9 to your computer and use it in GitHub Desktop.
#requires -Version 3.0
Function Get-PublicIP {
Invoke-RestMethod -Uri http://ipinfo.io/json | Select-Object -ExpandProperty 'ip'
}
#THX, @ipinfoio, https://ipinfo.io/developers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment