"Is it possible to create a Dynamic Distribution List using LDAP?"
I can search for a Dynamic Distribution List using LDAP and see the attributes & values.
For example:
dn: CN=DEPARTMENT MARKETING,OU=360,OU=Groups,OU=Locations,dc=test,dc=org
objectClass: top
objectClass: msExchDynamicDistributionList
cn: DEPARTMENT MARKETING
mailNickname: DEPARTMENTMARKETING
displayName: DEPARTMENT MARKETING
msExchRequireAuthToSendTo: TRUE
msExchAddressBookFlags: 1
mail: DEPARTMENTMARKETING@test.org
name: DEPARTMENT MARKETING
msExchQueryFilter: ((((RecipientType -eq 'UserMailbox') -and (Department -eq 'MARKETING*'))) -and (-not(Name -like 'SystemMailbox{*')) -and (-not(Name -like 'CAS_{*')) -and (-not(RecipientTypeDetailsValue -eq 'MailboxPlan')) -and (-not(RecipientTypeDetailsValue
-eq 'DiscoveryMailbox')) -and (-not(RecipientTypeDetailsValue -eq 'ArbitrationMailbox')))
so...
- Could I create a group using LDAP, too?
- Has anyone actually done this?
- If so, could you please tell me the minimum attributes which were required?
Thanks!
RFDZ12