lordmilko
lordmilko
You need to set the disks you want to create. See [Targets](https://github.com/lordmilko/PrtgAPI/wiki/Dynamic-Parameters#targets) for more info. Your debugger should help show you the name of the property on the `DynamicSensorParameters` that...
> Second, if i try to use the example for setting channel thresholds, SelectMany will return a type, I'm unable to use in the SetChannelProperty after. Are you able to...
Can you please reproduce the issue and provide the output of `$error[0].Exception.StackTrace`
Can you do ```powershell Set-PrtgClient -LogLevel Response Get-Sensor -Type IMAP ```
Apologies, I wrote the command wrong, it should be ```powershell Set-PrtgClient -LogLevel Response Get-Sensor -Type IMAP -Verbose ```
The issue appears to be that the `` of these sensors has a leading `@` sign ```html @32400 ``` What does the scanning interval show as in the PRTG UI?...
Are you able to show a screenshot of how you configured it to scan "@ UTC 09:00" in the user interface of PRTG?
Thanks @senhub-io, I was not aware of this feature; I will have to look at how to deal with this; in the meantime, you can potentially still retrieve objects set...
Hi @MPrica12, When you look on the logs tab of the sensor in PRTG, how many instances of the sensor being in status "Down" does it show between April 1st...
Hi @MPrica12, Can you reproduce the exception with the datetime and then provide the output of `$error[0].Exception.StackTrace`