< # .SYNOPSIS Gets country for a Geo-IP address .DESCRIPTION This function uses the New-WebServiceProxy cmdlet to create a web service proxy. Then it calls that proxy to get the country for a given IP address. After the function definition are two examples! .NOTES File Name : Get-CountryForIPAddress.ps1 Author : Thomas Lee – tfl @psp .co.uk Requires… Read the full text.