Skip to content

Instantly share code, notes, and snippets.

@Mehmet-Erkan
Created January 24, 2017 13:14
Show Gist options
  • Save Mehmet-Erkan/da5702adc7e91b91ee1a9a3d6dd578c2 to your computer and use it in GitHub Desktop.
Save Mehmet-Erkan/da5702adc7e91b91ee1a9a3d6dd578c2 to your computer and use it in GitHub Desktop.
Proxy Authentication
$browser = New-Object System.Net.WebClient
$browser.Proxy.Credentials =[System.Net.CredentialCache]::DefaultNetworkCredentials
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment