lordmilko / PrtgAPI

C#/PowerShell interface for PRTG Network Monitor
MIT License
301 stars 37 forks source link

Query #151

Closed mafer0410 closed 4 years ago

mafer0410 commented 4 years ago

Good afternoon, this is mostly a query to a function of the PRTG API in powershell, if you own it and if possible: From a csv file where there is a table with the IP and device names, can it be imported into the powershell, and use that information to create devices?

Is there a method of adding devices in a more automated way?

lordmilko commented 4 years ago

Hi @mafer0410,

Please see this article I wrote for the PRTG blog; this includes a sample script that accomplishes exactly this and should hopefully be enough to get you started.

Regards, lordmilko