cancel
Showing results for 
Search instead for 
Did you mean: 

EVPM ldap Query for AD Group Memebers

karthik_srikuma
Level 4
i need to run a EVPM script for members of a AD group TCS-TEST. i added the below ldap query on my script 
[MAIlbox]
LDAPquery = MemberOf=CN=TCS-TEST,OU=Distribution Lists,DC=corporate,DC=reg


but it fails with the error 
No mailboxes processed as a result of the LDAP query: memberof= CN=TCS-TEST


please help me with the query 
1 ACCEPTED SOLUTION

Accepted Solutions

AndrewB
Moderator
Moderator
Partner    VIP    Accredited
the proper format would be:

[Mailbox]
LDAPquery = (memberof= CN=MyDistGroup,OU=Organization,OU=Groups,DC=myDomain,DC=com)
LDAPQueryDomain = MyDomain.Com

View solution in original post

2 REPLIES 2

AndrewB
Moderator
Moderator
Partner    VIP    Accredited
the proper format would be:

[Mailbox]
LDAPquery = (memberof= CN=MyDistGroup,OU=Organization,OU=Groups,DC=myDomain,DC=com)
LDAPQueryDomain = MyDomain.Com

karthik_srikuma
Level 4
@AndrewB--thanks it worked