02-04-04 03:38 PM
I am attempting to run a query to make a custom GAL in Exchange 03.
here is the query that I have;
(&(&(&(& (mailnickname=*) (|
(& (objectCategory=person)(objectClass=user
)(!(homeMDB=*))(!(msExchHomeServer
Name=*)))(& (objectCategory=person)(objectClass=user
)(|(homeMDB=*)(msExchHome
ServerName=*)))(& (objectCategory=person)(objectClass=cont
act))(objectCategor
y=group)(objectCategory=pub
licFolder)(objectCategory=msExchDynamicD
istributionList)
)))(objectCategory=user)(mailNickname=A*
)(objectCategory=group)(sn=k*)))&(ob
jectCategory=group)(cn=D*)))
if I have objectCategory=user.....
the query works fine
if I have objectCategory=group.....
the query works fine
I have tried to use the & and also the (| but niether seems to work.
Anyone out there familiar with running an "and" // "or" against LDAP
for Exchange queries?
Thank you in advance for your Help
- Phil
[ Post a follow-up to this message ]
|