Invoke-RestMethod 'https://api.ipify.org?format=json' | Select-Object -ExpandProperty IP
Uses the ipify API to return your external IP address
PS C:\> Invoke-RestMethod 'https://api.ipify.org?format=json' | Select-Object -ExpandProperty IP 72.30.35.10