We use a Powershell-Script to determine some folder sizes on a machine because the builtin PRTG Sensor for folder size (using SMB) is too slow and can get the job done within the timeframe of 900s (maximum timeout). They are set at an intervall of 24 hours and are all using one Mutex so that they don't run simultaneously. Problem is that using Mutex the sensors are inexplicably trying to update the result during the night at about 03:40 and all sensors show the Mutex error (PE035) immediately after that. So not even one of the sensors produces a result. At least one of the sensors should produce a result, shouldn't it?
Can anyone help me please?
Add comment