Powershell scripts to automatically unmanage\remanage a node using the Orion SDK
First, I'll share the script. Then, I'll explain why we need it and how it helps us in our environment.To use the script you must have the Orion SDK installed on the monitored node. Take the text...
View ArticleConnect-Swis Authentication Issues
Hello, My company does not allow for the Orion SDK to be installed on the same server as the SQL database is on. We are also not allowed to hard code any username or passwords into our scripts. The...
View ArticlePython - listing/adding resources to agent polled node
Hi Everyone, We have a vm template that has the agent installed on the system already. Once a system is provisioned, our C.M. activates the agent and it shows up in Orion but with no resources...
View ArticleAdd UDT ports via API
I have not found a way to do this, but maybe I'm not looking in the right place. We've got Python scripts for discovering and adding nodes and interfaces via API no problem. We're using...
View ArticleInvoke-SwisVerb - Access Denied
I was advised by SolarWinds support to post a question on the community forms. I am trying to run the below command and receive access is denied errors. The account is a full admin on the server and...
View ArticlePowerShell - Create and update Custom Property for a node being monitored via...
Hello Orion Experts. I am trying to create and update custom property values for 300+ nodes that are being monitored via ICMP. Found a script OrionSDK/CRUD.SettingCustomProperty.ps1 at master ·...
View ArticleError Updating Properties and Custom Properties of Nodes
Greetings, I am currently trying to automate the maintenance of the SWQL database using the ORION SDK, SwisSnappin and PowerORION Module for Powershell. I have been successful in deleting and adding...
View Articleerror when powershell connect to Orion
Hi! I need use Orion SDK to do an automatization in powershell. I already installed orion SDK and PowerOrion in powershell but when I run my script to connect with Orion fail. the error is:Connect-Swis...
View ArticleCustom query help
Greetings Everyone, Need help constructing a complex SWQL query to build a historical BW utilization table going back 180 days IN/OUT and broken up by month. Goal is to have it be 1 line, multiple...
View Articleerror when powershell connect to Orion
Hi! I need use Orion SDK to do an automatization in powershell. I already installed orion SDK and PowerOrion in powershell but when I run my script to connect with Orion fail. the error is:Connect-Swis...
View ArticlePowerShell Module based on the SDK
Hi All, I started working on a PowerShell module, converting existing code examples in the SDK to “Cmdlets” Functions. The ultimate goal is to just make it easier to re-use code. My own use case in...
View ArticleCustom query help
Greetings Everyone, Need help constructing a complex SWQL query to build a historical BW utilization table going back 180 days IN/OUT and broken up by month. Goal is to have it be 1 line, multiple...
View ArticlePowerShell or Python ?
Ive taken a few python classes at school a while back and while I enjoyed it I never used it too much in the real world. From doing research and reading various posts I seem to have this feeling that...
View ArticleStuck - Orion SDK - Python Get Next 2 IP Address from a list of Subnets in IPAM
I am extremely new to Orion SDK and have much to learn. I have been really struggling over the last several days with performing a task that I responsible for. We have a cloud environment that is...
View Articleerror when powershell connect to Orion
Hi! I need use Orion SDK to do an automatization in powershell. I already installed orion SDK and PowerOrion in powershell but when I run my script to connect with Orion fail. the error is:Connect-Swis...
View ArticleVerbs and their parameters for IPAM.IPNode in addition to 'UpdateManyStatus'??
PREFACE:I'll be referring to the blog: How to use the IPAM API and get "Free IP Address" specifically a post by mtokarz on June 12, 2014 2:35PM in response to jgovednikI am also aware of and have voted...
View ArticleIPAM + PowerShell
Greetings, Used the following to get an available IP:How to use the IPAM API and get "Free IP Address" Getting an error while trying to update any information:Set-SwisObject : Operation not supported...
View ArticleOrion SDK PowerOrion problems adding Interface
Hi Guys, I was working with PowerOrion and I have the next situation I hope that you can help me to resolve: # Connect to SWIS $hostname = "localhost" $username = "admin" $swis =...
View Articleerror when powershell connect to Orion
Hi! I need use Orion SDK to do an automatization in powershell. I already installed orion SDK and PowerOrion in powershell but when I run my script to connect with Orion fail. the error is:Connect-Swis...
View ArticleImportDiscoveryResults (API)
We have a Python script that does a full discovery, including Interface filters, with AutoImport=True and it works like a champ. However, we're trying to figure out how to have a two part approach: 1 -...
View Article