Hi @Love Doktor ,
It should be a Dynamic Distribution Group right?
So if you want to remove the CustomAttribute14, you should use Set-DynamicDistributionGroup to rewrite the RecipientFilter:
Set-DynamicDistributionGroup -Identity DDG -RecipientFilter "Department -like 'computing'"
For more information about the RecipientFilter parameter, you could find it on the above document(Set-DynamicDG).
Note if you use Exchange Management Shell(EMS) to set the RecipientFilter or other parameter that the EAC doesn't have, the EAC will not be able to used to modify the Membership settings:
After run:
Before:
And these document would be helpful: Custom filters using the RecipientFilter parameter and Filterable properties for the RecipientFilter parameter on Exchange cmdlets
Best regards,
Lou
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.