Comments
-
This script will output all of the specified group's users whose passwords are expiring within 10% and 25% of your domain's MaxPasswordAge. You should put the AD group name in the Script Arguments field, optionally followed by the number of critical/warning days to check. ### Get Password Policy Max Age $passwordMaxAge =…
-
Good morning Leon! I am having an issue with the Solarwinds.APM.RealTimeProcessPoller.exe not being available on an additional poller. My node is being polled by an alternate poller, and the .exe does not exist there. I have copied it over, but then it couldn't find an assembly. I copied the assembly over, and now I'm…
-
Are SRM Custom Properties available for Custom HTML on the Array Details page? I have a custom property, DeviceID, that I'd like to use in a link as I do on the Node Details pages, but I can't seem to get the syntax down. I've tried ${DeviceID} as I would for a node... no dice. I've tried…
-
I've found that the fix listed below corrects the issue, but only temporarily: From Manage Nodes, select all nodes in the tree group throwing the error. Click Edit Properties. Select the checkbox next to Category, and change the Node Category to "Auto-detected'. Click Submit. I have seen this issue since upgrading to NPM…
-
I know this is an older thread, but I use an if to get around this issue: [...other stuff...] $mainAddress = '${IP}' [...other stuff...] try { if ($mainAddress -notlike '127.0.0.1') { $mainOutput = Get-WmiObject -Query $query -ComputerName '${IP}' -Credential $mainCreds } else { $mainOutput = $mainOutput = Get-WmiObject…
-
This is a very important issue that we need to have a fix for. I've added "dummy" transactions and applications to be able to limit those, but I'm unable to add enough limitations to block all object types: Can block: nodes, applications, transactions Cannot limit: groups
-
Just found this today... THANKS zbynek.botlo for your answer in this post: UnDP Columns Display ! This should be possible by changing the 'ColumnNumber' column of the 'CustomPollers' table directly in the database. Here's simple example of the SQL query which should help you to do that: UPDATE CustomPollers SET…