Quick function to get a location (a target or long URL) for a short URL. URL shortening services return the target or long URL for a short URL using the location property of HTTP status code 301 (Moved Permanently). Add this function to your PowerShell profile to get the location for any short URL. #Function […]