Is there an easy way to monitor to size (kb or number of messages) of a mailbox on a MS Exchange 2003 server? Thanks in advance! Tilman
Article Comments
With newer versions you can use powershell. I know it doesn't help you but others might be looking for this as well
(Get-MailboxStatistics -Identity thomas).totalitemsize.value.ToMB().ToString() + ":OK" |
This will return a basic value for a custom sensor.
Sep, 2016 - Permalink
hallo,
please take a look at the EmailCount custom sensor by PRTG Tools Family:
Jan, 2011 - Permalink