Using Joe's most excellent adfind utility, I'm searching though AD looking for all proxyaddressess and then piping it to a file so it can be searched for duplicates.
adfind -b dc=test,dc=com cn proxyaddresses >proxy.txt This works great and has been a great help in cleaning up duplicate proxyaddresses names. However, this gives all the proxy address (x400, x500, smtp, MS, and CCmail) associated with an object. The question is: How do I change the search to only show SMTP addresses? Thanks! List info : http://www.activedir.org/mail_list.htm List FAQ : http://www.activedir.org/list_faq.htm List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/
