Skip to content

Instantly share code, notes, and snippets.

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/96577a8ff96bd8e7fb2b7e39be4f7a24 to your computer and use it in GitHub Desktop.
Save AlbertoMonteiro/96577a8ff96bd8e7fb2b7e39be4f7a24 to your computer and use it in GitHub Desktop.
Instalar Application Insights Status Monitor via cmd
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