Forum Discussion
Introducing 'Follow in inbox' and other improvements for managing group emails in Outlook
Is there a way using GUI in EAC Online or Powershell to set all users in a group to follow in inbox? This is a big problem as administrators create groups and add users but users don't get the emails because they haven't followed in inbox.
- Ravin SachdevaApr 06, 2018
Microsoft
Hi Jared - we have recently made a change to set all members to follow a group in Inbox by default at create time. If you use Outlook Web, you should be able tp see this change when you try to create a group in Outlook. If you use Outlook on Windows, you would be able to see this change in the next couple of months.
For existing groups, you can use the Edit Group settings and then check the box which says "set all members to follow...". Checking this box will reset all the group members to Follow in Inbox as well as change the Group's default setting to Follow when a new members is added to the Group.
From a powershell cmdlet perspective, you can provision a new group using "Set-UnifiedGroup" with attribute -AutoSubscribeNewMembers for this on a per group.
Does that answer your question?- Ivan PalikucaApr 18, 2019Copper Contributor
Ravin Sachdeva you have mentioned "we have recently made a change to set all members to follow a group in Inbox by default at create time", where do you set this up? In our environment it is right now off and I don't know how to change behavior, I've been researching online but no luck, can you point out where is this default setting or powershell command that I need to execute?
Ivan
- chris37122Nov 30, 2018Copper Contributor
One of the downsides to these groups is the admin or owner of the group cannot configure it to force following vs giving the user the choice. In some uses cases, you don't want the users to unfollow the group to miss key emails. Without this ability you cannot truly replace distribution lists as intended. Is there a way via powershell or otherwise to turn this following feature off for a group?
- jamesamayesNov 20, 2018Copper Contributor
Is there a powershell command to set all users of the group to "following"? Or something in the admin portal where this can be set?