Last active
September 26, 2016 13:57
-
-
Save AlbertoMonteiro/72f15179f98ba21921e0cd653a1200a8 to your computer and use it in GitHub Desktop.
Application Insights
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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