Forum Discussion
John1055
Dec 13, 2024Copper Contributor
Allow outsider to follow certain group email
Hello
Please i need your help on this issue.
We have a collaborative project with people outside of our organization. We have created a teams & group with project email.
Now the issue i face is, how do i add the external guest to the email group so he can receive the group email in his inbox?
- TristanDevCopper Contributor
Hi,
First, you must configure the unified group with this command :
Set-UnifiedGroup -identity "GROUP" -AutoSubscribeNewMembers:$true
Then add external email as member of the unified group
https://learn.microsoft.com/en-us/powershell/module/exchange/set-unifiedgroup?view=exchange-ps#-autosubscribenewmembers