I'm trying to run a morning check to ensure that all SolarWinds and SQL based services are running within the environment. I've got this far with it and it isn't working at the moment; $myServiceArray=@() $myServiceArray="*Solar*","*SQL*" Foreach($Service in $myServiceArray){ Try { $servers = Get-Content…
Hi, I'm Looking for API's for O365 monitoring for the below components. If any body has configured please let me know. Common Information :- Office365 health status – Information about incidents, service degradation of different features on O365 Office365 License Information - EMS E5, O365 E5 Exchange Online :- Mailbox…
I realise I've had answers that include implicit joins but no matter how many times I read them I just can't get my head around creating a query of my own from scratch that uses this functionality. So in SWQL Studio I want to run a report showing me the licensed status of nodes and then JOIN in the caption names. I can do…
We have recently upgraded from an older version of Orion to 2020.02.0896 and SWIS authentication no longer works in the existing scripts. The error returned is "Get-SwisData : Invalid username or password." This is the original code. $swis = Connect-Swis -Hostname Server -Credential $DomainCredential Get-SwisData $swis…
Hello, I am very new to SolarWinds. I have no background in SQL/SWQL. I have been doing some online learning through the THWACK youtube channel and am looking for a SWQL query to give me a count of down managed nodes. There appear to be lots of queries for nodes that are up but not too many showing alerts if they are down.…
Hi again, Is there a way or a work arround to delete account that its type is 4 (AD Account member) from the database? I tried using the DeleteAccount verb of the SDK but it retruns 404 error saying that cannot delete windows group member account. If possible i don't want to delete it directly from sql query cause i don't…
What would be the command to update an alarm custom property. We have an action that creates an incident in our SM tool via a powershell script from an alarm. I want to be able to return the incident number (and maybe an embedded link back to the incident in the sm tool) back to a custom alarm property I have created…
Hello All, I Founded when looking in my enterprise database an account with accountType=4. I know that: 1=individual account 2=windowsuser account 3=windowsgroup account 5=samluser account 6=samlgroup account but what is 4?? I haven't try logging in to see if it can actually be logged in but i was curious about this.…
Hi everybody, We have a number of new devices to be added to Solarwinds and they have different pollers to measure temperature, power phases and humidity. All these are custom pollers that should be added/enabled by the script too. The challenge here for me is to find a way to add a particular poller, say I have…
It looks like you're new here. Sign in or register to get started.