This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Orion's Network Sonar Discovery feature NPM11.5

I am trying to modify below script\SQL query to run with NPM 11.5, since "Discovarylogs " table is missing in NPM 11.5, is there a way to run this script ?

$Result = Get-SwisData $swis "SELECT Result, ResultDescription, ErrorMessage, BatchID FROM Orion.DiscoveryLogs WHERE ProfileID = @profileId" @{profileId = $DiscoveryProfileID}

Discovery · solarwinds/OrionSDK Wiki · GitHub