Hi, Exchange 2007. When a user have mailbox full o near the quota, the user receive a notify mail. It's possibile to notify to an administrator each of this message? I think that not exist this possibility in exchange 2007, do you know any third part software that can help me? thank's Andrea
You can generate reports on mailbox sizes easily using the Exchange shell. Get-MailboxStatistics | Select DisplayName,TotalItemSize,StorageLimitStatus DisplayName TotalItemSize StorageLimitStatus ----------- ------------- ------------------ John Doe 23560807B BelowLimit Jane Doe 0B BelowLimit You can also restrict the above command to get users: - on a particular Mailbox Database by using the -Database parameter (e.g. Get-MailboxStatistics -Database "SERVER\Database 1" or "SERVER\Storage Group 1\Database 1" - on a particular server by using the -Server parameter - For a particular user by using the -Identity parameter (or simply using "get-mailboxstatistics foo@domain.com") -- Bharat Suneja MVP - Exchange www.zenprise.com NEW blog location: exchangepedia.com/blog ---------------------------------------------- "Andrea Racca" <raccaNOSPAMlibero.it> wrote in message news:O8lLdxXFIHA.280@TK2MSFTNGP03.phx.gbl... > Hi, > Exchange 2007. When a user have mailbox full o near the quota, the user > receive a notify mail. It's possibile to notify to an administrator each > of > this message? > I think that not exist this possibility in exchange 2007, do you know any > third part software that can help me? > thank's > Andrea > > >