Is it possible to add a device incl. correct SNMPv3 credential set. Don't want to use discovery option in script. Can SNMPv3 work like SNMPv2 does. Example could be: ... $newNodeProps = @{ IPAddress = $ip; EngineID = 1; # SNMP v2 specific ObjectSubType = "SNMP"; SNMPVersion = 3; SNMPv3Credentials = "SNMPv3CredSet" DNS =…
Hi All, Was trying to update customproperties on srm object earlier, found I had to build the customrproperties uri manually as it was unfilled in the DB for at least the StorageArray and Vserver tables. Is that intentional? Shouldnt this either be filled or removed? SELECT TOP 5 n.uri, n.customproperties.uri from…
Hi All, I am trying to bulk update group properties through SWIS using powershell. When I try to set the filter definition using a variable from a csv it creates the dynamic query but dumps all the 7 columns data into the query and changes the Orion Object to Address instead of SysName. If I replace '$SWSite.SiteCode' with…
So I'm comfortable using subqueries to get the data I need, however I'm going to be running this query on 250 nodes every 2 minutes. The subqueries take the node caption to get the nodeid, and then to get the Custom Poller assignment ID and onto the label row and actual data. However that outputs all of the data collected,…
When I try to add resources to a Windows Node via PowerShell using the Solarwinds module It never completes. This is run from an administrator powershell session with the $server variable defined and credentials provided to the $swcreds variable. PS C:\Windows\System32> $swis = Connect-Swis -Hostname…
Hello all! I'm attempting to utilize the SWIS verb Orion.AlertActive. I've been able to successfully pass along multiple AlertObjectIDs in an array to the verb Acknowledge but unsuccessful in the note variable value being passed along. Also oddly enough when I use that same array with the Unacknowledge verb it says it…
The example set for removing a poller from nodes doesn't appear to be correct on the following page. https://github.com/solarwinds/OrionSDK/wiki/NPM-Universal-Device-Pollers Assuming the lost code block is from a different page somewhere.
I'm currently trying to figure out how to update 1000 nodes default threshold via the API. I found a post regarding changing volume capacity but it says to change the forecastcapacitysetting, I've made the change to the settings I want manually and it is changing the ForecastCapacity table instead. Does anyone have any…
Hi, I can run the below queries (1 and 2) to get some alert records from Orion.AlertHistory table without any issue. Query 1: To get all alerts for alertObject 589 and 590, with some parsed values. SELECT TimeStamp As EventTime,Message, ARRAYVALUEAT(SPLITSTRINGTOARRAY(REPLACE(Message,' ','|§|§|')),8) AS User,…
Hi All, I need an easy way to confirm all the usernames in use within my NCM connection profiles. I can manually go through all my connection profiles via the web front end, however due to the amount this would take quite a bit of time to complete. When I attempt to view the username in the NCM_ConnectionProfiles DB table…
It looks like you're new here. Sign in or register to get started.