RachelH

Comments

  • Hi stuartd , Unfortunately I am not a PowerShell expert, but there is a script on github and you could combine that with what you have already. https://github.com/solarwinds/OrionSDK/blob/master/Samples/PowerShell/CRUD.AddNode.ps1
  • If you needed to add node name and IP address of each of these nodes in bulk , you could do this by using most of the script above with some minor changes - see updated script and updated CSV related comments below : #******* SET IP ADDRESS TO NPM SERVER YOU WANT TO CREATE NODES ON****** $OrionServer="X.X.X.X" #******* Set…