Skip to content

Instantly share code, notes, and snippets.

@jonmadison
Forked from erichexter/gist:3717010
Last active August 29, 2015 14:19
Show Gist options
  • Select an option

  • Save jonmadison/c3c53e965346ee866d6d to your computer and use it in GitHub Desktop.

Select an option

Save jonmadison/c3c53e965346ee866d6d to your computer and use it in GitHub Desktop.
Windows Powershell command to use Authenticating Proxy for command line apps for local user
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted;$a=new-object net.webclient;$a.proxy.credentials=[system.net.credentialcache]::defaultnetworkcredentials
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment