queries on unified group mailbox.

Glenn Maxwell 12,871 Reputation points
2024-10-30T15:18:11.2266667+00:00

Hi All,

I have three questions.

  1. My users are currently unable to create Outlook rules in a unified group mailbox. I plan to enable it using the syntax below. If I enable this setting, will it apply only to the unified group mailbox, or will it affect other features of the unified group? Since unified groups have multiple features, I want to confirm if this will impact anything beyond the unified group mailbox
  2. Is it possible to create retention tags or policies for a unified group mailbox
  3. can users create folders like regular mailbox in unified group mailbox and move emails
Get-OrganizationConfig | format-list IsGroupFoldersandRulesEnabled
IsGroupFoldersandRulesEnabled : False

Set-OrganizationConfig -IsGroupFoldersandRulesEnabled $true

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

Accepted answer
  1. Anonymous
    2024-10-31T02:26:44.0366667+00:00

    Hi @Glenn Maxwell ,

    Welcome to the Microsoft Q&A platform!

    Let me answer your questions one by one:

    1. When you enable the IsGroupFoldersAndRulesEnabled setting using the command Set-OrganizationConfig -IsGroupFoldersAndRulesEnabled $true, it specifically allows users to create folders and rules in the unified group mailbox. This setting does not affect other features of the unified group. It is focused only on enabling folder and rule management in the group mailbox.
    2. Yes, retention tags and policies can be created for unified group mailboxes. You can manage these through the Exchange Admin Center (EAC) or by using PowerShell commands. Retention policies help manage emails and other items in a mailbox by automatically archiving or deleting them through their lifecycle based on defined policies.
    3. Users can create folders in the unified group mailbox and move emails just like in a regular mailbox. Once the IsGroupFoldersAndRulesEnabled setting is enabled, group owners (and members if permissions are granted) can create, rename, and move messages between folders.

    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


0 additional answers

Sort by: Most helpful

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.