Then, run the following EXO PowerShell command, if you want to configure all group members to receive emails sent to Microsoft 365 group in their Inbox:
$Group = "Address of [Microsoft 365 Groups]"Get-UnifiedGroupLinks $Group -LinkType Member | % {Add-UnifiedGroupLinks -Identity $Group -LinkType subscriber -Links $_.Guid.toString() -Confirm:$false}
In the following example, all members of group named TestG will be configured to receive emails sent to group in the Inbox
Comments
0 comments
Please sign in to leave a comment.