Forum Discussion
svuser
Nov 09, 2022Copper Contributor
Dynamic Distribution Group filter by CustomAttribute
Hello, I am trying to create a Dynamic Distribution Group filter like follows. Example recipients: user1 CustomAttribute1: 'a','b' user2 CustomAttribute1: 'b','a','c' user3 CustomAttribute1: '...
svuser
Nov 10, 2022Copper Contributor
Hi Vasil,
Thank you for your reply!
I was wondering how can I apply this to the Dynamic distribution group member filtering?
Set-DynamicDistributionGroup -Identity "DDG-Test" -RecipientFilter ??
Thank you for your reply!
I was wondering how can I apply this to the Dynamic distribution group member filtering?
Set-DynamicDistributionGroup -Identity "DDG-Test" -RecipientFilter ??
VasilMichev
Nov 11, 2022MVP
Oh right, forgot you cannot have a leading wildcard for DDG filter. So it doesn't look like it's possible, sorry.