Help
Microsoft Exchange 2003 Mailbox Size Export Print E-mail
1 Vote
Written by Carlton Colter   
Thursday, 01 December 2005 00:00

Based on an MSDN Article, this script is designed to export mailbox sizes for a particular ou when the mailboxes for the users in the ou are spread out across multiple exchange servers. It only works with 2003 exchange servers, and uses an array for an internal cache to reduce exchange server requests.

It exports mailbox sizes by Organizational Unit using an array to scan multiple servers. It matches on name, which there could be multiple matches. I should go back and look at the WMI for Exchange 2003 and see if there is something else to use for a match, but now Exchange 2007 is out and this can be done much easier in powershell.

Script Code:

Last Updated ( Saturday, 23 January 2010 23:01 )
 

2 Comments

Feed
  1. The script stops processing once it hits a object in the ou that is not mail enabled.

    Anyway that it can skip the object and continue processing ?
  2. I modified it adding:

    If User.msExchHomeMDB="" Then
    Exit Sub
    End If

    That should keep it from getting caught up

Add Comment


    • >:o
    • :-[
    • :'(
    • :-(
    • :-D
    • :-*
    • :-)
    • :P
    • :\
    • 8-)
    • ;-)



    Click to get a new image.