Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tcartwright/b0e1df4cd85c47a4c25c401ecfdf45a2 to your computer and use it in GitHub Desktop.
Save tcartwright/b0e1df4cd85c47a4c25c401ecfdf45a2 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
Author

Forking this script from @nanoDBA as the download page from solarwinds does not always work....

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