Video Screencast Help
Search Video Help Close Back
to help
Not able to make it to Vision this year? Get a sampling in the Best of Vision on Demand group.

EVPM ldap Query for AD Group Memebers

Updated: 08 Oct 2010 | 2 comments
karthik.srikumar@hawaiianair.com's picture
+1 1 Vote
Login to vote
This issue has been solved. See solution.

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 

Discussion Filed Under:

Comments

AndrewB's picture
08
Sep
2010
0 Votes 0
Login to vote

the proper format would

the proper format would be:

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

Andy Becker | Authorized Symantec Consultant | Trace3 | Symantec National Partner | www.trace3.com

karthik.srikumar@hawaiianair.com's picture
08
Sep
2010
0 Votes 0
Login to vote

@AndrewB--thanks it worked 

@AndrewB--thanks it worked