Hi PRTG,
I search for a command, who set in a bulk a scheduled maintenance window to a set of sensors.
I tried:
Get-probe -name "*probename*" | Get-Device -Name "*devicename*" | Get-Sensor -Tags xmlexesensor | set-ObjectProperty
But i see not the parameter "scheduled"
With Get-Device -Name "*device*" | Get-Sensor -Tags xmlexesensor | select schedule I can sk for the parameter, bu I cannot set..
Any Ideas?
Thanx
Carsten
Add comment