Skip to content

Instantly share code, notes, and snippets.

@PlagueHO
Created June 24, 2016 08:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PlagueHO/d6fc7f2922898a24e7f13838bb19fddc to your computer and use it in GitHub Desktop.
Save PlagueHO/d6fc7f2922898a24e7f13838bb19fddc to your computer and use it in GitHub Desktop.
Update Help and Install Modules through a proxy that requires Authentication
. c:\Scripts\Use-Proxy.ps1
Use-Proxy {
Update-Help
Install-Module -Name Pester
Install-Module -Name PSScriptAnalyzer
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment