Forum Discussion
gnussbaum
Dec 30, 2022Copper Contributor
creating a dynamic distribution group with a RecipientFilter of 'Description'
I'm trying to create a dynamic distribution group of full-time employees. Their status is in the user's account description. I've tried the following to no avail: New-DynamicDistributionGroup -Na...
TonyRedmond
Jan 06, 2023MVP
Maybe you could use of the custom attributes instead and script the copying of the description field into the custom attribute?
gnussbaum
Jan 06, 2023Copper Contributor
Thanks for replying Tony. I was thinking of that, but to be honest, I'm not sure how to do that.