Get Public IP
Overview
Different methods of obtaining the public IP address of a computer.
Using nslookup
1nslookup myip.opendns.com. resolver1.opendns.com
Using curl
1curl ifconfig.me
Using PowerShell
1(Invoke-WebRequest -Uri "http://ifconfig.me/ip").Content