Skip to content

Instantly share code, notes, and snippets.

@abrader
Created March 7, 2017 03:57
Show Gist options
  • Select an option

  • Save abrader/bcc694fb01331305a757806b7b28a509 to your computer and use it in GitHub Desktop.

Select an option

Save abrader/bcc694fb01331305a757806b7b28a509 to your computer and use it in GitHub Desktop.
Windows drives me mad
[Net.ServicePointManager]::ServerCertificateValidationCallback = {$true}; $webClient = New-Object System.Net.WebClient; $webClient.DownloadFile("https://pe-201643-master:8140/packages/current/install.ps1", "$env:temp\install.ps1"); & "$env:temp\install.ps1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment