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 user...
[More]