lordmilko / PrtgAPI

C#/PowerShell interface for PRTG Network Monitor
MIT License
305 stars 38 forks source link

Search RawProperty DataSource on Sensor snmpdellphysicaldisk #407

Open sebastien-salle opened 2 weeks ago

sebastien-salle commented 2 weeks ago

What's going on?

How To find DataSource on sensor snmpdellphysicaldisk in Get-ObjectProperty -RawProperty ?

If try to use DataSource we have Property not fouNd

param sensor

Due Dilligance

lordmilko commented 1 week ago

If you press Ctrl+Shift+J and click on this input element, you might be able to see the raw property name to specify to Get-ObjectProperty -RawProperty. However, I can see from this screenshot that this property is read-only; you're not supposed to be able to interact read-only properties with PRTG API, but PrtgAPI is sometimes able to circumvent this, but not always