-
when i do:
Get-Sensor -Id 17835 | Get-ObjectProperty -RawProperty query_
i get
Get-ObjectProperty : '=' is an unexpected token. The expected token is ';'. Line 4, position 86.
At line:1 char:24
…
-
Hi lordmilko, do you have any plans to include doesnotcontain as a filtering method or can you think of a way to select all devices which do not contain RTR in the name?
-
Hi LordMilko
I am trying to use your library but I have a problem whatever the function I try to use is.
I connected successfully on my lab and on a prod server:
```
PRTG LAB> Get-PrtgClient
Serv…
dgi78 updated
6 years ago
-
Hi.
Love what you have done with the API.
One thing that I miss is commandl-lets for the Admin API.
Like referenced by(webroot\javascript\_Prtg.Api.json):
createDatabaseSnapshot -> /api/save…
-
It would be cool if when you did something like prtgClient.AddGroup() it would return the newly created group.
This would add an extra network call when creating it. I could see this being undesir…
-
This could be an i18n error:
`Get-Probe : An error occurred while attempting to deserialize an object of type 'Access', possibly caused by the following XML:`
`'Vollzugriff'. Der angeforderte Wer…
-
Hei
I get an error trying to update UpperWarningLimit in Windows Update. The default value is "0,2" and I thing the powershell module is noe happy about the comma.
> PS C:\WINDOWS\system32> Get…
-
First off, loving this library. Very helpful.
One feature I very much desire is the ability to create an device. I noticed in the wiki that the features is being implemented.
When will this ver…
-
Good day,
Having an issue with populating a sensor for a single group. For some reason it pulls all sensors instead. It appears to occur only with this particular group, as far as I see the group i…
-
Good afternoon Lordmilko!
So far I'm loving this. I've been trying to audit and better utilize a PRTG installation with around 10k sensors that had very little organization before hand, this tool h…