Forum Discussion
shared mailbox -calendar-security group
Hi,
In members of shared mailbox, I have added a security group( the security group was created in on-premise active directory), But the mailbox not added automatically to the group member's outlook .
Does it require office 365 group ?
Thanks
You don't have to use any of the new features of Office 365 Excel. Old functions work just fine. And for this, you do not even need to use an old function (CONCAT). Simply enter the following into D2:
=B2 & " " & C2 & " " & A2
Of course, things get interesting if you want to handle the case where there is no middle name. At a minimum:
=B2 & " " & IF(C2="", "", C2 & " " ) & A2
And then there are all sorts of other special cases to handle.
1 Reply
For Automapping to work, it requires you to add the member as individuals and not via a group. When you grant them permissions via a group, they can still add it manually.