Hey guys,
I seem to be at a stand still with my issue. I have been requested to create a Dynamic Distribution List within our Exchange Deployment to obtain a list of all staff, faculty, student workers etc. for a specific department.
I have created the list succesfully, and went through ADSI Edit and cleared out the RecipientFilter that Exchange uses by Default, and have set the LDAPRecipientFilter (msExchDynamicDLFilter) to use the custom LDAP query as specified.
The query works flawlessly through ADUC, and pulls 781 users. I also verified that a RecipientContainer has been specified for it to query against. I even tried setting it a level up further to our root level and get the same results.
Here's where it begins to get strange...
When I run the following commands to verify a list of membership:
$List = Get-DynamicDistributionGroup <group alias>
$members = get-recipient -OrganizationalUnit $List.RecipientContainer -RecipientPreviewFilter $List.RecipientFilter -result unlimited | select alias
I get only 395 members when i perform $members.count.
I have attempted to send test messages to this list, and then go through the Exchange tracking logs, and when i see it expanding, it shows that it has 0 recipients. Thoughts?