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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Easy way to count the number of email accounts

Status
Not open for further replies.

rcn66

IS-IT--Management
Nov 10, 2004
14
US

Hello,


Is there an easy way to count the number of email accounts I have. Typically I export the list into Excel to do a count.


Thank you in advance for any help.
 
Me too.

There used to be an Access database automated export at outlookexchange.com but I could never be bothered to run through it.
 
Me too.

There used to be an Access database automated export at outlookexchange.com but I could never be bothered to run through it.
 
Try...

csvde -f out.csv -l dn,displayName -r "(homeMDB=*)"
find /C "CN=" out.csv


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top