Last active
June 2, 2017 17:44
-
-
Save AlbertoMonteiro/96577a8ff96bd8e7fb2b7e39be4f7a24 to your computer and use it in GitHub Desktop.
Instalar Application Insights Status Monitor via cmd
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:\mustinstall | |
@powershell -command "& { (New-Object Net.WebClient).DownloadFile('https://download.microsoft.com/download/C/F/F/CFF3A0B8-99D4-41A2-AE1A-496C08BEB904/WebPlatformInstaller_amd64_en-US.msi', 'c:\mustinstall\webpi.msi') }" | |
msiexec /i c:\mustinstall\webpi.msi /quiet | |
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