Skip to content

Instantly share code, notes, and snippets.

@AlbertoMonteiro
Last active September 26, 2016 13:57
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 AlbertoMonteiro/72f15179f98ba21921e0cd653a1200a8 to your computer and use it in GitHub Desktop.
Save AlbertoMonteiro/72f15179f98ba21921e0cd653a1200a8 to your computer and use it in GitHub Desktop.
Application Insights
mkdir C:\temp
@powershell -NoProfile -ExecutionPolicy Bypass -Command "(New-Object System.Net.WebClient).DownloadFile('http://download.microsoft.com/download/F/4/2/F42AB12D-C935-4E65-9D98-4E56F9ACBC8E/wpilauncher.exe', 'C:\\temp\\wpilauncher.exe')"
C:\temp\wpilauncher.exe
cd "C:\Program Files\microsoft\Web Platform Installer"
WebPICMD.exe /Install /Products:"ApplicationInsightsStatusMonitor" /AcceptEULA
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment