mfortner

Comments

  • I know this thread is over 2 years old, but in the hopes that this helps someone else.... I was having the same issue in our instance and came across this article. We use AD for authentication and my issue was very to very simply prepend the the AD domain to my username when logging into the swql studio.... I.E.…
  • I was having the same issue in our instance and came across this article. We use AD for authentication and my issue was to very simply prepend the AD domain to my username.... domain\username thwack.solarwinds.com/.../api-not-returning-ncm-data
  • Thank you! I will give these a shot and see what we get Miles
  • I think I may have been over thinking that. But it worked to perfection! We have over 200 buildings so a changed it up a bit. I created a txt file with our buildings had the foreach loop pull from that file. Do you see any issue with this below? It has worked for a small test at first $Buildings = Get-Content…
  • Thanks David, Hopefully this answers your questions on our current setup: 1. We do have an alert setup on the VGs themselves. It is only triggered when the parent switch is status UP, and the VG itself is down. 2. We do have a dependency between our switches and VGs. Additionally we have an Alert telling a switch is down,…
  • Is there a way to expand this allowing for deletion of groups through this as view as well? I see in swql studio where you can invoke the orion.groups.deletecontainer, but am unsure how to incorporate that into this query 
  • My Apologies for bringing this thread back to life. Is it possible to manipulate the query to correctly ORDER BY the 'FROM' column? I want to view the data from newest to oldest. If I ORDER BY [from] desc' It does the ordering alphabetically, and not by the Date. It makes sense as to why, but I have no clue how to go about…