Jan 07 2022 04:16 AM
Hi
We are currently preparing to launch Yammer in our company with ~7,000 employees. We need a way to ensure users are following certain communities, typically a location-related community, but we do not want to use Dynamic Groups, because they do not allow manual adding of membership - we want to allow users to join a community that they a not automatically members of if they are interested.
My conclusion is that this is only possible to achieve by creating a synchronization job between an AD or AAD group with the Yammer group. Do you agree? Can you suggest other solutions?
Jan 07 2022 04:08 PM
Jan 20 2022 04:52 PM - edited Jan 20 2022 04:54 PM
Solution@Jakob Rohde yes there is!
I'm assuming the scenario here is enforce group membership, so that certain communities are well-defined and can be used to communicate with and engage specific employees. The caveat to this scenario is "hotel California" groups--you can never leave ;)
I'm a huge fan of GROUP MEMBERSHIP MANAGEMENT (GMM), a tool which was built inside Microsoft to support our own group management--we use it heavily to manage and drive group memberships. We 'productized' and open-sourced the tool here:
Home · microsoftgraph/group-membership-management Wiki · GitHub
It's something that IT will need to set up, but it's not super burdensome.
At Microsoft, we then get a business-facing 'request form' where we can request that GroupA (the target group) should include members from GroupB and GroupC (the source or 'nested' groups). Members are then synced--the source groups are authoritative.
What that means is that you can't add "ad hoc" members to Group A--they will be removed if they're not a member of either B or C. The solution is to have an additional group, let's call it GroupD, the sole purpose of which is to define the "additional" users who you need in GroupA. While it sounds complex, it's a pretty standard approach and ends up with a true "role-based" group management--GroupD simply defines the "exceptions to the rule".
To avoid "hotel california", the trick is to allow people to "leave" the source groups.
Having spent 20 years in group management, I can highly recommend GMM. And it's free.
ADDITIONALLY:
Hope this helps!
Jan 31 2022 11:43 PM