$ip=New-WebServiceProxy -uri "https://www.webservicex.net/geoipservice.asmx?WSDL" $ip.GetGeoIP('8.8.8.8') | Select-Object CountryName
Look up countries by IP address (Web Service, Red, PowerShell)
Except where otherwise noted, Jesusninoc by Jesús N. is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.