Exck2k7 - Alerting the administrator when users reach mailbox limits
Hi, is there a way to alert (automated) the administrator when users reach their mailbox limits? tks, Renato P
August 30th, 2011 7:05pm

Hi, Firstly, you can use powershell to get this information: Get-MailBoxStatistics | where {"IssueWarning","ProhibitSend","MailboxDisabled" -contains $_.StorageLimitStatus} | format-Table DisplayName, @{expression={$_.totalitemsize.value.ToMB()};label="Mailbox Size(MB)"}, itemcount Or You can create the transport rule by filtering the title of the quota warning emails. Generally, the quota message have standard titles. Here's more information for you: http://technet.microsoft.com/en-us/library/bb232173.aspx Best Regards!
Free Windows Admin Tool Kit Click here and download it now
August 30th, 2011 9:14pm

Ok Rowen, tks for reply! I will try...tks, Renato P
September 6th, 2011 12:02pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics