Hello,
I want to update all wmi disk sensor limits (+- 500 sensors). I want to remove the Size limit check for all disks. On the sensor, not on the channels (this is already done). I thought i could do this via powershell, but I don't find the correct variable. By doing get-sensor i don't get all variables.
For a channelproperty i've used Set-ChannelProperty LimitsEnabled "False" Is this possible for a sensor?
Add comment