Re: Query Based Address List using boolean "company1 or company2" possible?
- From: "Ed Crowley [MVP]" <curspice@xxxxxxxxxxxxxx>
- Date: Wed, 6 Sep 2006 23:10:34 -0700
You can do this by modifying the LDAP query directly. The syntax of part of
it would be:
(|(company=company1)(company=company2))
The "|" is a logical "or". Being that "company" is not a multivalued
attribute, the query:
(&(company=company1)(company=company2))
would return zero results.
--
Ed Crowley
MVP - Exchange
"Protecting the world from PSTs and brick backups!"
"cardguy1000" <kackleyjm@xxxxxxxxx> wrote in message
news:1157579498.064907.93860@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hello, I'm trying to make a query based address list for multiple
companies so that all those from company1 or those from company2 will
be included in the address list.
I've tried just adding both filters "company is exactly company1" and
then the next of "company is exactly company2" through System
Manager>Recipients>All Address Lists, Right click, click Filter
rules>Advanced Tab... but it yields no results, as it appears it's
and'ing them (if company = company1 and company=company2).
Is there a way I can make a filter to include both companies without
assigning different fields in active directory.
Thanks, Jeff
.
- Follow-Ups:
- References:
- Query Based Address List using boolean "company1 or company2" possible?
- From: cardguy1000
- Query Based Address List using boolean "company1 or company2" possible?
- Prev by Date: Re: REPOST: OWA: "The action can't be performed" when sending email
- Next by Date: Re: How do I create meating rooms in Exchange 2003.
- Previous by thread: Query Based Address List using boolean "company1 or company2" possible?
- Next by thread: Re: Query Based Address List using boolean "company1 or company2" possible?
- Index(es):