Nov 09 2022 11:04 AM
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: 'aa','b'
How can I get User1 and User2 to be included in the Dynamic Distribution Group DDG-Test because their CustomAttribute1 contains value 'a'?
I tried the RecipientFilter like this and learned this is not possible with the cloud DDG
-RecipientFilter {CustomAttribute1 -like "*'a'*"}
-RecipientFilter {CustomAttribute1 -match"'a'"}
What are other options to create Dynamic Distribution Group for criteria like this?
Nov 09 2022 11:51 PM
Nov 10 2022 10:08 AM
Nov 11 2022 01:09 AM