by Chris Crandall
19. February 2010 08:25
Did you ever want to get mailbox item size in Exchange 2003 based off users in a specific OU and not based off the mailbox server the users reside on? If so you’re in luck :). What I have done is add some code in a VBScript that will gather all the users in an OU and compare those users against a list of mailbox servers that are specified in the script. Most of the script’s content was taken from this site: http://www.computerhope.com/htmcolor.htm . Since the script is comparing users’ accounts in an OU against mailboxes on a mailbox server, the process could take some time to run. To give you an idea, I have a 1,000 users and mailboxes in my test lab and the script took about 3 minutes to run. As with any script that you get from our site or any other site please test in a development lab and not against your production environment. I have seen many of customers run into a lot of problems when they run scripts downloaded from the Internet. I will try to improve the script over time.
You can get the script right here .
Happy Exchanging!!!!
Sample Output
![clip_image004[4] clip_image004[4]](http://cbfive.com/blog/image.axd?picture=clip_image004%5B4%5D_thumb.jpg)