Exchange Server - query based distribution group
Asked By sawyer on 05-Jan-10 08:08 PM
Hello all
running Exchange 2007 sp2, I need to modify an existing query based DL so it
finds mailboxes and if the account has two different email address stamped
on it. For example if the mailbox has test1.com and test2.com and it is a
mailbox then make it a member of the query based DL
Thanks for any help
Ed Crowley [MVP] replied to sawyer on 05-Jan-10 09:37 PM
If it has those two e-mail addresses? That should return just one
recipient.
Or do you mean a recipient with any two proxy addresses? I do not believe
that is possible with LDAP.
Or do you mean a mailbox-enabled user with proxy addresses in two domains?
This should do it:
(&(objectClass=user)(homeMDB=*)(proxyAddresses=*@test1.com)(proxyAddresses=*@test2.com))
--
Ed Crowley MVP
.
sawyer replied to Ed Crowley [MVP] on 06-Jan-10 12:29 PM
yes I mean a mailbox enabled user who has two smtp proxy addresses, and the
user account is located in a certain OU. Do you think I can created this
using gui or must I go to the shell to do this?
thanks again
Ed Crowley [MVP] replied to sawyer on 06-Jan-10 01:03 PM
I am not sure what you want. You should be more precise.
--
Ed Crowley MVP
.
Rich Matheisen [MVP] replied to sawyer on 06-Jan-10 08:35 PM
You'll have to write code to do this.
---
Rich Matheisen
MCSE+I, Exchange MVP