queries on unified group mailbox.

Glenn Maxwell 13,221 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 cloud-based service included in Microsoft 365, delivering scalable messaging and collaboration features with simplified management and automatic updates.
Outlook | Windows | Classic Outlook for Windows | For business
Exchange | Exchange Server | Management
Exchange | Exchange Server | Management
The administration and maintenance of Microsoft Exchange Server to ensure secure, reliable, and efficient email and collaboration services across an organization.
Exchange | Hybrid management
Exchange | Hybrid management
The administration of a hybrid deployment that connects on-premises Exchange Server with Exchange Online, enabling seamless integration and centralized control.
0 comments No comments
{count} votes

Answer accepted by question author
  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' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.