cancel
Showing results for 
Search instead for 
Did you mean: 
Rob_Wilcox1
Level 6
Partner

Enterprise Vault can do quota based archiving as well as aged based archiving, or a combination of the two.  One of the things that I used to struggle with when support Exchange Server was figuring out which mailboxes had a non-standard quota limit.

 

This script will help with that, as it will output any mailboxes on a specified Exchange Server which have a non-standard quota specified.

 


The output looks similar to this :

 

 

 C:\Documents and Settings\Administrator>cscript scanner3.vbs exch1

Microsoft (R) Windows Script Host Version 5.6

Copyright (C) Microsoft Corporation 1996-2001. All rights reserved.


Processing started at : 11/07/2011 16:00:32

-------------------------------------

Layout is : mailbox display name, warning limit, prohibit send limit, prohibit send and receive limit


Sabina Rogers,100000,150000,250000

paulg,20000,30000,40000

cs2,150000,250000,Unlimited

----------------------------------

Number of mailboxes examined : 108

Number with non-standard quota : 3

---------------------------------------

Processing finished at : 11/07/2011 16:00:33 
 
 
 
You can get debug out by changing the line in the script :
 
debuggingmode = 0
 
to
 
debuggingmode = 1
 
You'll get verbose output then of the queries used against Active Directory and other information.
Version history
Last update:
‎07-11-2011 02:07 PM
Updated by: