monitor exchange mailbox size
Modified on 2025-06-10 22:06:05 +0200
Attention: This article is a record of a conversation with the Paessler support team. The information in this conversation is not updated to preserve the historical record. As a result, some of the information or recommendations in this conversation might be out of date.
Important: We no longer maintain this article. The information might be out of date.
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
hallo,
please take a look at the EmailCount custom sensor by PRTG Tools Family:
Jan, 2011 - Permalink
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
Disclaimer:
The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.
hallo,
please take a look at the EmailCount custom sensor by PRTG Tools Family:
Jan, 2011 - Permalink