PowerShell, Red PowerShell $ip = "8.8.8.8" Invoke-RestMethod -Uri "https://geoip.nekudo.com/api/$ip" | Select-Object -ExpandProperty Country 12 $ip = "8.8.8.8"Invoke-RestMethod -Uri "https://geoip.nekudo.com/api/$ip" | Select-Object -ExpandProperty Country