Hi,
i'm trying to create a custom exe/script sensor.
In the Exchange Pshell I enter following command : Get-MailboxDatabase MailboxDB01 -Status | FL AvailableNewMailboxSpace PS returns : AvailableNewMailboxSpace : 90.19 GB (96,840,351,744 bytes)
or I enter : Get-MailboxDatabase DB01 -Status | Select-Object -ExpandProperty AvailableNewMailboxSpace PS returns : 90.19 GB (96,840,351,744 bytes)
I can not figure out how to get this reflected in PRTG.
Add comment