Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Searching for users based on send/receive limits

Status
Not open for further replies.

julianf

IS-IT--Management
Nov 26, 2001
184
ZA
Hi,

In Active Dir users and computers, is there a way to search for users based on what their exchange send/receive limit is?

I want to do a search to locate all users who do not have send/receive limitations specified.

Regards,

Julian

 
I don't know of a way to search, but the following command will export a CSV file with the "Issue warning" and "Prohibit send" limits. I believe (but have not verified) that mDBOverHardQuotaLimit will get the "Prohibit send/recieve" limit. Execute this on a server, preferably the domain controller you list in the command (server1 below).

(Note: this should all be one line)
Code:
csvde -f users_limits.csv -s server1 -d "dc=yourdomain,dc=com" -p subtree -r "(&(objectCategory=person)(objectClass=user))" -l "title,mDBOverQuotaLimit,mDBStorageQuota"
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top