This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

How can I call a script query from external aplication

Hi you all I hope you could help me with this,  I'm trying to call a query from an external application, I know that I can create a query and used that query to obtain the info like this example:

https://solarwinds.main.server:17778/SolarWinds/InformationService/v3/Json/Query?query=SELECT Caption, IPAddress FROM Orion.Nodes WHERE Vendor = 'Cisco'

but i want to build the query with power shell, how can I call a power shell script from an external aplication?

where can I storage those scripts, in order I can call  it like the link example. 

https://solarwinds.main.server:17778/SolarWinds/InformationService/v3/Json/test.ps1