Skip to content

Instantly share code, notes, and snippets.

@bohdanszymanik
Created December 23, 2016 02:15
Show Gist options
  • Save bohdanszymanik/205769e4ceb1f6a1a78e9cbc10d21558 to your computer and use it in GitHub Desktop.
Save bohdanszymanik/205769e4ceb1f6a1a78e9cbc10d21558 to your computer and use it in GitHub Desktop.
Get scoop.sh behind the corporate proxy fw
set-executionpolicy unrestricted -s cu
$browser = New-Object System.Net.WebClient
$browser.Proxy.Credentials =[System.Net.CredentialCache]::DefaultNetworkCredentials
iex ($browser).downloadstring('https://get.scoop.sh')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment