EVPM ldap Query for AD Group Memebers
Updated: 08 Oct 2010 | 2 comments
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
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
@AndrewB--thanks it worked
@AndrewB--thanks it worked
Would you like to reply?
Login or Register to post your comment.