Hi @IT,
welcome to our Q&A forum!
To add the mail contacts to the distribution list using PowerShell, you can use the Add-DistributionGroupMember
cmdlet. Here’s an example command that you can use:
Add-DistributionGroupMember -Identity "DistributionListName" -Member "Contact1", "Contact2", "Contact3"
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
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.