Hi folks, We have a customer that has address lists set up for each Board that they make up, with 2 sub lists, i.e.
\BELB \BELB\BELB Contacts \BELB\BELB Users The \BELB list contains a lot of users that are not in the sub-lists, is there a way to combine the following: \BELB\BELB Contacts: LdapRecipientFilter: (&(memberOf=CN=GRP-BE-Contacts,OU=NIELB2007,DC=domain,DC=com)(objectClass=contact)(mailNickname=*)) RecipientContainer: domain.com/ELBContacts/BELB \BELB\BELB Users: LdapRecipientFilter: (&(objectClass=user)(objectCategory=person)(mailNickname=*)(msExchHomeServerName=*)) RecipientContainer: domain.com/NIELB2007/BE-BELB/Users What I want to do is merge the 2 filters, so that BELB only shows the contacts/users from both of these filters. For the Contacts one, I can remove the RecipientContainer filter as all the contacts are a member of GRP-BE-Contacts AD group, but the similar group for the Users has other purposes and contains users that shouldn't appear on the list. The issue I'm having is how to filter the Users list for only users that are in the domain.com/NIELB2007/BE-BELB/Users OU. I've added (ou=Users,ou=BE-BELB,ou=NIELB2007,dc=domain,dc=local) to the filter but can't get it to return any users. The OU structure is as follows: Domain.com -ELBContacts --BELB <-- Contacts from here -NIELB2007 --BE-BELB ---Users <-- Users from here Is what I'm trying to do even possible? The environment is E2010 SP2. Any assistance would be appreciated. Thanks Tony
