Access the answers to your technology questions today.
Subscribe Now
30-day free trial. Register in 60 seconds.
What Makes Experts Exchange Unique?
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.
Try it out and discover for yourself.
Subscribe Now
30-day free trial. Register in 60 seconds.
Join the Community
Give a Little. Get a Lot.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Join the Community
by: bluntTonyPosted on 2009-10-28 at 07:17:16ID: 25683444
Hi there,
You can query AD for all publicFolder objects with email addresses assigned to them. I'm sure there is a script method in A VBScript example is below. This will output the data in CSV format so you can pipe to a CSV file e.g.
cscript /nologo getEmailPublicFolders.vbs > results.csv
Open results.csv in Excel and view the results.
Tony
Select allOpen in new window