The most recent content from our members.
Hello, My apologies, I am struggling with this one, I am not experienced with Powershell scripting, and I can't find another way to obtain a count of "Established Connections" a monitored server has. The end goal is to have a time chart with this count over a period of time. So I found a basic Poweshell command that…
Trying to get SMS alert for Hardware status but the script output value is misplaced. Here is the script: param ($CategoryName, $SensorDisplayName, $StatusDescription, $NodeName) $MessageBody = " $CategoryName $SensorDisplayName on ${NodeName} currently ${StatusDescription} -- Solarwinds SAM." But the output is not same as…
Hello Everone , I am trying to monitor some log files. And I am using log parser (Powershell) template. For testing purpose I have created new log file under c:\ disk and i searched 'error' keyword and everything looks fine. In fact , I want to monitor logs under shared paths. My customer mounted on Solarwinds Server some…
Hello, I create PowerShell script to monitor last hotfix install date, the script is running well when execution mode set to local like below pic we can see the result on kb and dt variables. When set execution mode to 'remote host' i got error 'not defined' and if i assign to the host, i got error 'PowerShell script…
There is report created by PowerShell which I need to import to the SW Report, is it possible to make if yes how to do.
I'm fairly new to scripting. What command can I use to concatenate a string to interface caption on Line 29-30, wanted to add something like " -DC" to the existing interface caption. I'm trying to modify this script for that Remove Domain and Capitalize Node Captions . It looks like "Concat()" or "+" won't work.
Hello Everyone, I've used a Powershell script for adding external nodes from a CSV file by rachelh found here and tried to adapt it for adding ICMP nodes. It works, but the nodes never poll. I suspect the problem relates to these:.... $poller["PollerType"]="N.Status.ICMP.Native"; $pollerUri = New-SwisObject $swis…
In the sam-applciation monitor-template-debug logging is there a variable that can be passed to used within the powershell script so I can add additional output when debug is enabled?
Hi all, I am new to SolarWinds SAM module. Our customer looking to run power shell scripts using our SAM module. I read multiple articles how to run PS script but i couldn't get how to update script arguments. We got Power shell script from our Vcenter team to run . using that script we want to login to Domain controllers…
How can I execute a Powershell script that gathers Win-Event logs and then send out emails after the computer has been rebooted? Because configuring the alert using this method is not working for me: Any help and suggestion would be greatly appreciated.
It looks like you're new here. Sign in or register to get started.