Forum Discussion
Trimming Viva Engage default “All Company” community membership
- Jul 22, 2025
There isn't a way to trim users from the "All Company" community. But you can use a dynamic group and an exclusionary conditional access policy to restrict the usage of Viva Engage. The challenge lies in the fact that those contractors still need the E3 license, just not the Viva Engage feature. So, while group-based licensing would normally work, it won't in your case.
Your dynamic rule can have multiple conditions that define the membership automatically.
For example: "user email ends with" could include approved users only, filtering out domain accounts that are not meant to use Engage. Depending on your user properties, this could be a viable solution.
Change Static Groups to Dynamic Membership Groups - Microsoft Entra ID | Microsoft Learn
Building Conditional Access policies in Microsoft Entra - Microsoft Entra ID | Microsoft Learn
Caution: Do not delete the "All Company" group as it may be a challenge to restore it. I've seen the fallout from this mistake and it's a messy recovery.
Hope this helps!
-Rob
There isn't a way to trim users from the "All Company" community. But you can use a dynamic group and an exclusionary conditional access policy to restrict the usage of Viva Engage. The challenge lies in the fact that those contractors still need the E3 license, just not the Viva Engage feature. So, while group-based licensing would normally work, it won't in your case.
Your dynamic rule can have multiple conditions that define the membership automatically.
For example: "user email ends with" could include approved users only, filtering out domain accounts that are not meant to use Engage. Depending on your user properties, this could be a viable solution.
Change Static Groups to Dynamic Membership Groups - Microsoft Entra ID | Microsoft Learn
Building Conditional Access policies in Microsoft Entra - Microsoft Entra ID | Microsoft Learn
Caution: Do not delete the "All Company" group as it may be a challenge to restore it. I've seen the fallout from this mistake and it's a messy recovery.
Hope this helps!
-Rob
- Phil_PAug 12, 2025Copper Contributor
Good advice, RBAC - i was going to write exactly what you put; Entra and group memberships. but you got there 1st!!