Skip to content

Instantly share code, notes, and snippets.

@packetvitality
packetvitality / dll_locations_ps-check.txt
Last active December 15, 2020 07:44
Quick & Dirty PS check for SUNBURST DLL locations
if (test-path -path "C:\Program Files (x86)\N-able Technologies\Windows Software Probe\bin\SolarWinds.Orion.Core.BusinessLayer.dll") {Write-Output "Exist!"}
if (test-path -path "C:\Program Files (x86)\Solarwinds\Network Topology Mapper\SolarWinds.Orion.Core.BusinessLayer.dll") {Write-Output "Exist!"}
if (test-path -path "C:\Program Files (x86)\Solarwinds\Network Topology Mapper\Service\SolarWinds.Orion.Core.BusinessLayer.dll") {Write-Output "Exist!"}
if (test-path -path "C:\Program Files (x86)\SolarWinds\Orion\SolarWinds.Orion.Core.BusinessLayer.dll") {Write-Output "Exist!"}
if (test-path -path "C:\Program Files (x86)\SolarWinds\Orion\DPI\SolarWinds.Orion.Core.BusinessLayer.dll") {Write-Output "Exist!"}
if (test-path -path "C:\Program Files (x86)\SolarWinds\Orion\NCM\SolarWinds.Orion.Core.BusinessLayer.dll") {Write-Output "Exist!"}
if (test-path -path "C:\Program Files (x86)\SolarWinds\Orion\Interfaces.Discovery\SolarWinds.Orion.Core.BusinessLayer.dll") {Write-Output "Exist!"}
if (test-path -path "C:\Program