N/A
EVPM only supports on-premises mailboxes. Attempting to processes cloud mailboxes may cause a hang.
Update the LDAP query to exclude cloud-migrated mailboxes. Exclude mailboxes having any value for the property msExchRemoteRecipientType.
For example, if the existing LDAP query is:
LDAPquery = (memberof=CN=EVPMTest,CN=Users,DC=inception,DC=lab,DC=veritas,DC=com)
it can be changed to:
LDAPquery = (&(memberof=CN=EVPMTest,CN=Users,DC=inception,DC=lab,DC=veritas,DC=com)(!(msExchRemoteRecipientType=*)))