Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nanoDBA/87a3fe17ba6f3db556ba87d7997b00ee to your computer and use it in GitHub Desktop.
Save nanoDBA/87a3fe17ba6f3db556ba87d7997b00ee to your computer and use it in GitHub Desktop.
Download and install Solarwinds SentryOne Plan Explorer
<# 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
@tcartwright
Copy link

Very nice, I have problems with the solarwinds download page sometimes, and was very happy to find your script.

@nanoDBA
Copy link
Author

nanoDBA commented Oct 2, 2024

@tcartwright Thank you! I dump a fair amount into gists

@EgorTepl
Copy link

EgorTepl commented Nov 5, 2024

Please tell me how to run this code?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment