cancel
Showing results for 
Search instead for 
Did you mean: 

EV9 Provisioning with LDAP

WiTSend
Level 6
Partner
Does anyone have a sample LDAP query that they have successfully used to target a Provisioning Group with all users on a specific Exchange server? I'm getting zero results with what I am trying. Thanks
1 ACCEPTED SOLUTION

Accepted Solutions

TonySterling
Moderator
Moderator
Partner    VIP    Accredited Certified

The ldap here might work:

https://www-secure.symantec.com/connect/forums/ldap-query-provisioning-group-fails

(& (mailnickname=*) (| (&(objectCategory=person)(objectClass=user)(!(homeMDB=*))(!(msExchHomeServerName=*)))(&(objectCategory=person)(objectClass=user)(|(homeMDB=*)(msExchHomeServerName=*))) ))

View solution in original post

2 REPLIES 2

TonySterling
Moderator
Moderator
Partner    VIP    Accredited Certified

The ldap here might work:

https://www-secure.symantec.com/connect/forums/ldap-query-provisioning-group-fails

(& (mailnickname=*) (| (&(objectCategory=person)(objectClass=user)(!(homeMDB=*))(!(msExchHomeServerName=*)))(&(objectCategory=person)(objectClass=user)(|(homeMDB=*)(msExchHomeServerName=*))) ))

WiTSend
Level 6
Partner
The above failed with errors, but with slight modification it works now. (& (mailnickname=*) (| (&(objectCategory=person)(objectClass=user)(!(homeMDB=*))(!(msExchHomeServerName=/o=First Organization/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Configuration/cn=Servers/cn=EVSERV1)))(&(objectCategory=person)(objectClass=user)(|(homeMDB=*)(msExchHomeServerName=/o=First Organization/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Configuration/cn=Servers/cn=EVSERV1))) ))