Skip to content

Instantly share code, notes, and snippets.

@emiliano-poggi
Created March 22, 2018 10:10
Show Gist options
  • Save emiliano-poggi/2364b3bcfdfb9d61528cb743c85e9830 to your computer and use it in GitHub Desktop.
Save emiliano-poggi/2364b3bcfdfb9d61528cb743c85e9830 to your computer and use it in GitHub Desktop.
Bypass proxy in powershell session
$Creds=Get-Credential
$Wcl=New-Object System.Net.WebClient
$Wcl.Proxy.Credentials=$Creds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment