Created
November 20, 2021 14:02
-
-
Save nanoDBA/87a3fe17ba6f3db556ba87d7997b00ee to your computer and use it in GitHub Desktop.
Download and install Solarwinds SentryOne Plan Explorer
This file contains 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
<# download and install Solarwinds SentryOne Plan Explorer #> | |
$filenamePlanExplorerInstall = "$env:USERPROFILE\downloads\" + ([string](Get-Date -format "yyyy-MM-dd")) + "_SolarWinds-PlanExplorer.exe" | |
Start-BitsTransfer -Source 'https://downloads.solarwinds.com/solarwinds/Release/FreeTool/SolarWinds-PlanExplorer.exe' -Destination $filenamePlanExplorerInstall | |
& $filenamePlanExplorerInstall /install /passive /norestart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Very nice, I have problems with the solarwinds download page sometimes, and was very happy to find your script.