url = "http://bit.ly/e0Mw9w" $request = [System.Net.WebRequest]::Create($url) $request.AllowAutoRedirect=$false $response=$request.GetResponse() $trueUrl = $response.GetResponseHeader("Location") "$url -> $trueUrl"
Uncover Tiny URLs (PowerShell)
Except where otherwise noted, Jesusninoc by Jesús N. is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.