The most recent content from our members.
Hello, I will start by saying I am very new to Solarwinds. I am trying to create a PS monitor that will monitor for user accounts that have not been logged into for more than 30 days. I have the script (see below) that works in Powershell. I managed to get the statistics counter so I can set thresholds for alerts. The last…
I have always been impressed at Solarwinds’ capability to monitor a whole host of things out of the box. However, what about when it can’t? I was recently approached by a member of our servers and storage team who was using a 3rd party monitoring application to track hyper-v stats such as dynamic average memory pressure.…
Hello This one is (in my head at least) quite simple and straight forward, how come we can't have a powershell component run with administrator permissions on a node with an agent installed? My request should in theory be quite simple to add, just a checkbox in the powershell component saying "Run as administrator", and…
The script works fine directly on the server, but not when run through SAM. My debugging has highlighted the $Process command is not being set, the only thing i can think of is the | [BAR] character is not being passed correctly? Any Thoughts and suggestions are welcome. Thanks David Function UpTime($ProcessTitle) {…
Anyone else worked through this piece? I've got a synchronized account that can successfully connect to the 365 side, but I get zero results on my application monitors involved with any mailbox statistics or visibility. I'm a little hamstrung because I'm using a service account generated on the local side and synchronized…
Afternoon, I have been having an issue with the canned Solarwinds Power Shell Log Parser. We use this to comb through logs looking for specific regex's in logs that are cleared nightly and start fresh the next morning. We parse them looking for error codes that are written in the log and if seen we alert on it. We…
Hi, I created a template using a powershell script and now i want to set a schedule to template alert only on working day. I saw this option when i created alerts, but in the alerts i can't put powershell script. I can only in templates. Is it possible set schedule in template alerts?
I have a powershell script written to balance the load between multiple polling servers on a regular basis but I'd like to have it exclude a polling server if it is down or the engine status is down. I have created a SWQL query that gets me the polling engines and checks for the node.status = 2 which I can use to exclude…
Hi, I have been working on the following for a few days, as you might guess it runs great in powershell and returns exactly what I would like, but fails to run in SAM with an error. Here is the script: $Source = "\\networkshare\data\SolarwindsMonitoring\"; $Destination = "D:\StorSimpleTest"; $results = & cmd /c robocopy…
So I have a very basic PowerShell script that I have tested and ran successfully that should execute among an S/W alert. When I set up the alert's action, and simulate it, S/W states that it "Executed Successfully", however the script is supposed to change a file over the network and it is not changed. I figure there could…
It looks like you're new here. Sign in or register to get started.