Skip to content

Instantly share code, notes, and snippets.

@lazywinadmin
Created January 18, 2016 02:36
Show Gist options
  • Save lazywinadmin/d17a8ac344fbba4938fb to your computer and use it in GitHub Desktop.
Save lazywinadmin/d17a8ac344fbba4938fb to your computer and use it in GitHub Desktop.
Remove the port of a URL
[System.UriBuilder] $uri = "https://www.google.com:8080/search"
$uri.Port = -1
$uri.Uri.AbsoluteUri
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment