Forum Discussion
Kathleen Lynch
May 26, 2017Brass Contributor
Non-Member of Private Group able to email group - is this correct?
We have a private group, but recently received an email message from someone who is not a member of the group. I know that the private groups are listed in the I thought private groups only allowed ...
- May 26, 2017
If needed, you can impose delivery restrictions on the group (regardless if it's Private or Public) via PowerShell:
Set-UnifiedGroup groupname -AcceptMessagesOnlyFromSendersOrMembers groupname
You can designate a user, DG, another Group or whatever for the list of people allowed to send.
VasilMichev
May 26, 2017MVP
If needed, you can impose delivery restrictions on the group (regardless if it's Private or Public) via PowerShell:
Set-UnifiedGroup groupname -AcceptMessagesOnlyFromSendersOrMembers groupname
You can designate a user, DG, another Group or whatever for the list of people allowed to send.
Karen Blanco
Jun 08, 2019Copper Contributor
VasilMichev Kathleen Lynch If you need to reverse the above command:
Set-UnifiedGroup groupname -AcceptMessagesOnlyFromSendersOrMembers $null