-
**What's going on?**
Hi, I am currently using the PrtgAPI in Powershell and am very impressed. We have a need to automate adjustment of sensor scanning intervals that have 24hour Intervals and ad…
-
**Current Behavior**:
To monitor our rubrik within our PRTG we use custom Skripts and rubrik reports. To do so we get the needed data via "Get-RubrikReportData". In the version 4.0.0.162 of the…
-
With the current PRTG version, Fiddler shows that a special syntax is required to get the dynamic parameters of SNMP Libraries.
https://myserver/controls/addsensor2.htm?id=8322&sensortype=snmplibra…
-
I think this should work.
New-SearchFilter -Property device -Operator NotEquals "server.domain.com"
'New-SearchFilter : Cannot filter where property 'Device' notequals 'server.domain.com'. PRTG o…
-
I have been running a script just for a while now without issues until after patching my workstation with KB4345418. Since that patch, anything using Get-Channel started producing this error:
```
Ge…
-
Hi, I would like to delete notifications from a group of devices using the OnNotificationAction property, that is, delete those notifications that appear in the OnNotificationAction "WAN notification"…
-
Hi LordMilko,
Is it possible to somehow format a table that includes both the name of the sensor as well as the name of the device? Currently when I use cmdlet `get-objectproperty name`, only the n…
-
Hello,
I have two core servers and i would like to merge and use it as probe istead of core .
well this is not supported by the support , so i created a diffrent scripts with your PrtgApi and i exp…
-
I'm new to the project and looking forward to using this module for some powershell scripts. I'm having an issue where if I run the code to make a connection to a PRTG server in the ISE I get the erro…
-
Hi
I Tried to set a channel Proberty with the API using smth like this.
Get-Sensor -Id ##### |Get-Channel -Id # |Set-ChannelSetting LimitsEnabled False
Get-Sensor -Id ##### |Get-Channel -Id # |…