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...
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.
TonyRedmond
Jan 06, 2023MVP
For existing on-premises accounts, you could probably use Get-ADUser to read the description and Set-Mailbox to write the description into a custom attribute, I don't have an on-premises environment to test with to confirm.