Wednesday, February 4, 2009

Find items with Email addresses in Exchange Server


The other day I was asked to have all emails going to info@domain.com go to a specific user, but when trying to add the email address, I was stopped by the really descriptive error "This e-mail already exists in this organization" In order to find out what objects already have this address, you can run the following querry using CSVDE (CSV Directory Exchange) and it will export all objects to a csv file.

csvde -f output.csv -d "" -r "(&(mailnickname=*)(proxyAddresses=smtp:info@domain.com))" -l name

No comments: