Link to home
Start Free TrialLog in
Avatar of Mike Kline
Mike KlineFlag for United States of America

asked on

Create Address List based on an OU

Suppose we have an OU called "users".  We have 2,000 users in that OU and we want to have them all in an address list named Users

I create a new address list

The query against the OU using ESM looks like this

(&(ou>="")(name=Users*))

but that only finds the OU and doesn't list all the users.  Is there a way to do that?

I've used admodify to add an attribute (extension attribute) to all the users in the OU and filter off that attribute but I'm trying to figure out if the query can be run against the OU without adding any attributes.

Thanks
Mike
ASKER CERTIFIED SOLUTION
Avatar of robrandon
robrandon

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial