Comments
-
If it makes you feel any better I was able to get this all to work with a work around. I would rather simple variables be sent from Solarwinds rather than me having to do SWQL queries to find the ApplicationID. If you are interested in how I got it to work I can post the finished script. BE WARNED: without variables being…
-
Threshold.Critical shows blank and Credential only outputs a username (I've tried using it as credentials and it doesn't work)... I would love if Solarwinds could actually have variables that populated in powershell for manipulation! Seems like it isn't working.
-
So I decided to simplify this all. I created a list of arguments, passed them to the script and just output them to see which ones populated. Maybe there is something not configured right in my environment? I have SAM version 6.7.1
-
#Used my baseline here: https://thwack.solarwinds.com/message/300039#300039 # #Posted this script here: https://thwack.solarwinds.com/docs/DOC-188533 #Modified by Thwack user: Chad.Every Date: 2016/04/21 # #Modified to fit my needs Add-PSSnapin swissnapin # Since the certificate in Orion for SWIS is self-signed we'll need…
-
Hello Alterego, Can you provide a little more of the specific details? I need to configure a custom API for querying the warranty status of our Dell switches in solarwinds. In generating this I would need to know how often solarwinds would query the warranty database so I can receive my apikey. If you think I am over…