I'm trying to create a custom Address List (under Recipients) in
Exchange 2003. I've hit a wall with creating a custom filter rule. I'm
trying to search for all contacts under a specific ou. I can't find the
correct class/attribute to specify the ou.
I've even tried to use the distinguishedname attribute with a wild card
and the query just wont return anything:
(&(objectCategory=person)(objectClass=contact)(distinguishedName=CN=*,OU=Contacts,DC=domain,DC=local))
Any ideas?