Print addresses in use to file
Hi,Exchange 2003is there a way to print all email-addresses in use to a file?Cheers!Beefeater
March 19th, 2007 2:40am
You can use the CSVDEor LDIFDEtools which come with windows 2000 / 2003 Support tools to import & export object from the AD into Comma seperated or Tab Deliminated txt files, which can be easily viewed/edited/printed using excel.
Free Windows Admin Tool Kit Click here and download it now
March 19th, 2007 5:51am
An alternative to CSVDE is adfind.exe from www.joeware.net. You could use the following syntax:
adfind -csv -default -f "(mailnickname=*)" proxyaddresses
Tony
www.activedir.org
March 19th, 2007 6:32am