Skip to content

Instantly share code, notes, and snippets.

@vkhazin
Created October 2, 2018 19:21
Show Gist options
  • Save vkhazin/19541e06988cec7239b7ab0d297b7d8e to your computer and use it in GitHub Desktop.
Save vkhazin/19541e06988cec7239b7ab0d297b7d8e to your computer and use it in GitHub Desktop.
$webclient=New-Object System.Net.WebClient
$creds=Get-Credential
$webclient.Proxy.Credentials=$creds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment