unifiedgroup mailbox

Roger Roger 7,181 Reputation points
2024-10-02T10:29:39.27+00:00

Hi All

My users are unable to create Outlook rules in a Unified Group mailbox. When I check using the syntax below, I see that IsGroupFoldersAndRulesEnabled is set to false. If I change it to true, will my users be able to set rules in both Outlook and OWA?

Get-Organizationconfig | format-list IsGroupFoldersAndRulesEnabled 
IsGroupFoldersAndRulesEnabled : False

Is the below syntax correct to set GroupFoldersAndRulesEnabled to true

Set-Organizationconfig -IsGroupFoldersAndRulesEnabled $true

Exchange Online
Exchange Online
A Microsoft email and calendaring hosted service.
6,171 questions
Exchange Exchange Server Management
Exchange Hybrid management
0 comments No comments
{count} votes

Accepted answer
  1. Anonymous
    2024-10-03T02:11:49.51+00:00

    Hi @Roger Roger ,

    Welcome to the Microsoft Q&A platform!

    Yes, setting IsGroupFoldersAndRulesEnabled to true should allow your users to create rules in both Outlook and OWA for a Unified Group mailbox. Your syntax is correct:

    Set-OrganizationConfig -IsGroupFoldersAndRulesEnabled $true
    

    After running this command, it might take some time for the changes to propagate. If your users still face issues, ensure they have the necessary permissions and that their Outlook clients are updated.


    Please feel free to contact me for any updates. And if this helps, don't forget to mark it as an answer.

    Best,

    Jake Zhang


1 additional answer

Sort by: Most helpful
  1. Andy David - MVP 157.4K Reputation points MVP Volunteer Moderator
    2024-10-02T10:50:49.89+00:00
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.