Microsoft’s Exchange team has taken a decisive step toward finally letting organizations retire the last Exchange server in hybrid environments by adding cloud-managed remote mailbox support — a per-mailbox “flip-the-switch” that transfers Exchange attribute authority to Exchange Online while leaving core identity in on‑premises Active Directory. (techcommunity.microsoft.com, learn.microsoft.com)
Hybrid Exchange deployments have long carried a leftover operational burden: even after migrating mailboxes to Exchange Online, many organizations continued to run an on‑premises Exchange server solely to manage recipient attributes that remain authoritative in Active Directory (AD). That server — the so‑called “last Exchange server” (LES) — was required because directory-synchronized user objects could not be edited in Exchange Online without being overwritten by the on‑premises source of authority (SOA). Administrators therefore had to make recipient and mailbox attribute changes on premises, then wait for synchronization to write those changes to the cloud. (techcommunity.microsoft.com)
Microsoft’s first step to reduce that burden arrived with the Exchange Server 2019 management tools update (April 2022), which allowed administrators to install a lightweight set of management tools on a domain‑joined machine and run recipient cmdlets without a running Exchange server. That update helped some shops decommission the LES, but the solution was still clunky: it required PowerShell skills, lacked integrated audit logging, and didn’t let administrators perform edits directly from Exchange Online. (learn.microsoft.com, techcommunity.microsoft.com)
The new cloud‑managed remote mailbox capability addresses the remaining pain: it enables per‑mailbox cloud mastery of Exchange attributes so mailbox‑related settings can be edited directly in the cloud while AD remains authoritative for identity attributes. This reduces the operational need for the LES in many hybrid scenarios. (learn.microsoft.com, techcommunity.microsoft.com)
Caveat: timelines and exact attribute lists for writeback are subject to change. Organizations should treat Phase 2 as an eventual capability to plan for rather than a guaranteed immediate solution: continue to monitor Microsoft’s official documentation and public previews before committing to writeback‑dependent operational designs. (learn.microsoft.com)
This feature is not a drop‑in replacement for a mature two‑way identity management strategy until writeback arrives. Successful adoption requires careful planning: verify Entra Connect Sync versions, pilot conservatively, snapshot and back up attributes, harden RBAC, and ensure logging and change processes are in place. For organizations that must keep AD for identity but want to remove the LES, IsExchangeCloudManaged represents a practical, controllable, and auditable route forward. (thomasjuhlolesen.dk, learn.microsoft.com)
The era of “keeping an Exchange server just because we sync our AD” is now negotiable: with conservative planning and a clear rollback plan, many organizations can start migrating mailbox administration into the cloud today and accelerate eventual full LES retirement. (techcommunity.microsoft.com, learn.microsoft.com)
Source: Microsoft Exchange Team Blog Introducing Cloud-Managed Remote Mailboxes: a Step to Last Exchange Server Retirement | Microsoft Community Hub
Background
Hybrid Exchange deployments have long carried a leftover operational burden: even after migrating mailboxes to Exchange Online, many organizations continued to run an on‑premises Exchange server solely to manage recipient attributes that remain authoritative in Active Directory (AD). That server — the so‑called “last Exchange server” (LES) — was required because directory-synchronized user objects could not be edited in Exchange Online without being overwritten by the on‑premises source of authority (SOA). Administrators therefore had to make recipient and mailbox attribute changes on premises, then wait for synchronization to write those changes to the cloud. (techcommunity.microsoft.com)Microsoft’s first step to reduce that burden arrived with the Exchange Server 2019 management tools update (April 2022), which allowed administrators to install a lightweight set of management tools on a domain‑joined machine and run recipient cmdlets without a running Exchange server. That update helped some shops decommission the LES, but the solution was still clunky: it required PowerShell skills, lacked integrated audit logging, and didn’t let administrators perform edits directly from Exchange Online. (learn.microsoft.com, techcommunity.microsoft.com)
The new cloud‑managed remote mailbox capability addresses the remaining pain: it enables per‑mailbox cloud mastery of Exchange attributes so mailbox‑related settings can be edited directly in the cloud while AD remains authoritative for identity attributes. This reduces the operational need for the LES in many hybrid scenarios. (learn.microsoft.com, techcommunity.microsoft.com)
Overview of the feature
What Microsoft built: the IsExchangeCloudManaged flag
The feature introduces a new mailbox property named IsExchangeCloudManaged. For directory‑synchronized users (IsDirSynced = True), this Boolean flag indicates whether Exchange‑specific attributes are mastered in the cloud or remain mastered on‑premises. Setting IsExchangeCloudManaged = True transfers the SOA for Exchange attributes to Exchange Online; setting it back to False returns SOA to on‑premises AD. Once an account’s Exchange attributes are cloud‑mastered, those attributes stop being overwritten by on‑premises sync and can be changed via Exchange Online PowerShell, the Microsoft 365 Exchange Admin Center (EAC), or Microsoft 365 Admin Center. (learn.microsoft.com, techcommunity.microsoft.com)What stays on‑premises
Crucially, only Exchange attributes are affected. Core identity attributes — display name, job title, phone numbers, office, UPN (unless object‑level SOA is later moved), and other AD attributes — remain mastered in on‑premises AD. This split model enables admins to centralize mailbox and recipient management in the cloud while preserving AD as the authoritative identity store where required. (learn.microsoft.com)Scope and limitations (Phase 1)
- Phase 1 is a per‑mailbox, opt‑in preview: administrators can enable or disable cloud management for individual user, shared, equipment, and room mailboxes. Group and contact objects are not handled by IsExchangeCloudManaged — they require object‑level SOA change. (learn.microsoft.com, techcommunity.microsoft.com)
- The feature is designed to be reversible (you can set the flag back to False), but administrators must plan rollbacks carefully to avoid sync conflicts. (learn.microsoft.com)
- Phase 2 will introduce writeback support for selected attributes, plus integration with Entra Cloud Sync so changes made in Exchange Online can be synchronized back to on‑prem AD (writeback requires Cloud Sync). Phase 2 is on Microsoft’s roadmap but the timing and full attribute list for writeback should be treated as subject to change. (learn.microsoft.com, techcommunity.microsoft.com)
Technical prerequisites and commands
Required versions and role permissions
- Entra Connect Sync (the on‑prem sync client) must be upgraded to version 2.5.76.0 or higher to avoid sync errors for mailboxes that move Exchange attribute SOA to the cloud. Administrators should verify the installed Entra Connect version before enabling the feature. (learn.microsoft.com)
- By default, the IsExchangeCloudManaged parameter is available to Exchange RBAC roles such as Organization Management and Recipient Management, and the Entra ID role Exchange Administrator maps to these RBAC capabilities in the cloud. Organizations should customize RBAC to control who can toggle this flag. (learn.microsoft.com)
Key PowerShell commands
The core commands exposed in Exchange Online are straightforward:- Enable cloud management for a mailbox:
Set-Mailbox -Identity <User> -IsExchangeCloudManaged $true - Verify the status:
Get-Mailbox -Identity <User> | Format-List Identity, IsExchangeCloudManaged - Revert to on‑prem management:
Set-Mailbox -Identity <User> -IsExchangeCloudManaged $false
What attributes move to cloud control
Phase 1 enables cloud mastery for the mailbox‑related attributes that normally fall under Exchange control. Microsoft explicitly highlights attributes such as:- proxyAddresses
- CustomAttributes(1–15) and extensionAttribute(1–5)
- RecipientType and other mailbox‑related flags (for hide from address lists, aliases, etc.)
Why this matters: operational benefits
1. Accelerate LES decommissioning
This feature addresses the single biggest blocker to decommissioning on‑prem Exchange in many organizations: the need to run Exchange just to change mailbox attributes. By letting Exchange attributes be cloud‑mastered, teams can move recipient administration to Exchange Online and retire LES infrastructure in many scenarios. (techcommunity.microsoft.com)2. Simplify delegation and day‑to‑day operations
Service desk staff and delegated admins can manage aliases, hide‑from‑GAL flags, and custom attributes directly from EAC or Exchange Online PowerShell without having on‑premises administrative access or a management jumpbox. This reduces privileged access sprawl and simplifies normal operational workflows. (thomasjuhlolesen.dk, techcommunity.microsoft.com)3. Better automation and integration
Cloud management unlocks automation that lives in the Microsoft 365 ecosystem — Azure Automation, runbooks, Logic Apps, PowerShell scripts running in cloud automation accounts, and third‑party SaaS ITSM tools that integrate with Exchange Online APIs. These automations no longer need to reach back to auto‑provisioned on‑prem Exchange management tooling. (thomasjuhlolesen.dk)4. Reduced infrastructure & patching overhead
Removing the LES reduces an organization’s server footprint, its patching surface, and the operational costs tied to maintaining a highly privileged on‑prem environment. For many mid‑market and enterprise shops, that is a meaningful annual savings and risk reduction. (techcommunity.microsoft.com)Risks, caveats, and operational disciplines
The feature is valuable, but it brings real operational tradeoffs that organizations must consider and plan for.Potential for attribute divergence
If you move Exchange attributes to the cloud but retain AD as the identity master, you introduce a split authority model. Without writeback (Phase 2), attributes changed in Exchange Online will not automatically update AD; conversely, changes made directly in AD will not flow to the cloud for cloud‑mastered attributes. This can create divergence, confusion, and troubleshooting complexity unless processes, documentation, and tool‑access are strictly controlled. Microsoft explicitly calls this out and recommends backing up values before rollbacks. (learn.microsoft.com)Offboarding and on‑prem migration pitfalls
If a mailbox needs to be offboarded back on‑premises or migrated to an on‑premises Exchange, administrators must set IsExchangeCloudManaged = False before initiating the offboard; failing to do so can break synchronization and mailbox provisioning flows. This requirement introduces added steps to migration runbooks. (learn.microsoft.com)Writeback is required for long‑term parity (Phase 2)
Phase 1 is primarily a management convenience and a path to LES retirement, but long‑term two‑way parity depends on Phase 2: writeback via Entra Cloud Sync. The cloud‑to‑on‑prem writeback will be essential for organizations that want Exchange attributes changed in the cloud to be reflected in AD without manual reconciliation. Until Phase 2 ships and is validated in your environment, plan for manual reconciliation or limited scope. (learn.microsoft.com, video2.skills-academy.com)Entra Cloud Sync limitations and readiness
Entra Cloud Sync provides the mechanism for writeback and provisioning scenarios, but it has its own caveats: historically, writeback functionality has been limited in scope (security group writeback is supported, distribution and nested group writeback have had constraints), and migration paths from Entra Connect features have required attention. Ensure your team understands Cloud Sync’s current capabilities — especially for group writeback and provisioning — before relying on it for automatic writebacks. Independent practitioners have documented limitations and migration considerations that warrant careful testing. (practical365.com, learn.microsoft.com)Governance and RBAC
Because the IsExchangeCloudManaged flag determines where the SOA lives for Exchange attributes, restricting who can toggle the flag is critical. Organizations should create narrow RBAC roles, log changes, and include IsExchangeCloudManaged changes in change management windows. Microsoft’s guidance shows RBAC considerations and recommends tightening access to the new parameter. (learn.microsoft.com)Practical rollout guidance — a pilot plan
The following is a practical, conservative pilot plan to validate cloud‑managed remote mailboxes in a production‑adjacent manner. Each step maps to Microsoft’s guidance and operational best practices.- Precheck: Confirm Entra Connect Sync version is >= 2.5.76.0 on your sync server. If not, schedule an upgrade and validate the sync cycle. (learn.microsoft.com)
- Select a small pilot cohort (5–20 users): include a mix of user mailboxes, a couple shared mailboxes, and one or two room/equipment mailboxes. Include a service account owner who will test delegation. (thomasjuhlolesen.dk)
- Stabilize on‑prem changes: If you’ve recently used Set‑RemoteMailbox on these accounts, wait for one full sync cycle plus 24 hours before flipping IsExchangeCloudManaged. This avoids race conditions. (learn.microsoft.com)
- Snapshot attributes: Run Get‑Mailbox and Get‑User to export current mailbox and identity attributes to a CSV for backup and reconciliation. Store this snapshot in your change management system. (learn.microsoft.com)
- Enable cloud management for a single mailbox: Set‑Mailbox -Identity user@contoso.com -IsExchangeCloudManaged $true. Verify with Get‑Mailbox. (learn.microsoft.com)
- Test edits in Exchange Online: Change aliases, hide‑from‑GAL, or custom attributes in Exchange Online and verify the cloud change persists across typical operations and is not overwritten by on‑prem sync. (thomasjuhlolesen.dk)
- Validate rollback: Set‑Mailbox -Identity user@contoso.com -IsExchangeCloudManaged $false and verify on‑prem attributes overwrite the cloud state as expected. Restore values if you backed them up. (learn.microsoft.com)
Governance, auditing, and security considerations
- Audit trails: Phase 1 primarily exposes PowerShell and admin center operations. Organizations should ensure logging and SIEM ingestion for all admin changes, especially toggles of IsExchangeCloudManaged and any attribute edits. If you plan to remove the LES and the EMS management tooling, replace those audit hooks with cloud auditing policies and alerting. (learn.microsoft.com)
- Change management: Treat IsExchangeCloudManaged as a privileged change; maintain approvals and change tickets to avoid accidental divergence or unexpected migration issues. (learn.microsoft.com)
- RBAC hardening: Remove the IsExchangeCloudManaged parameter from broad role groups and create narrowly scoped custom roles that grant or deny the parameter according to operational responsibilities. This reduces accidental toggles by wide‑scoped admin accounts. (learn.microsoft.com)
- Test data flows: If applications or identity flows rely on AD values for Exchange attributes, map and test them when attributes live in the cloud to avoid service interruptions. Validate integration points (mail routing, MAPI/REST integrations, SMTP relay configurations, third‑party apps) before broad rollout. (thomasjuhlolesen.dk)
Roadmap: what’s next and what remains uncertain
Microsoft’s two‑phase plan is explicit: Phase 1 gives per‑mailbox cloud management, and Phase 2 will add writeback and Entra Cloud Sync integration to sync critical Exchange attributes back to on‑prem AD. Microsoft is also working on object‑level SOA transfer (cloud‑mastered User, Group, Contact objects); Group SOA is already in public preview while User and Contact SOA are on the roadmap. These object‑level transfers will matter for organizations that want to move identity authority fully to Entra ID. (learn.microsoft.com, techcommunity.microsoft.com)Caveat: timelines and exact attribute lists for writeback are subject to change. Organizations should treat Phase 2 as an eventual capability to plan for rather than a guaranteed immediate solution: continue to monitor Microsoft’s official documentation and public previews before committing to writeback‑dependent operational designs. (learn.microsoft.com)
When to use this — practical scenarios
- You operate a hybrid identity model (on‑prem AD for identity) but want to remove Exchange servers used only for recipient management.
- You want to simplify and centralize mailbox administration (aliases, GAL visibility, extension attributes) in Exchange Online.
- You need to delegate mailbox attribute edits to cloud‑based admins or service desk teams without granting AD write privileges.
- You have automation or SaaS workflows that benefit from cloud‑first management of mailbox attributes.
- Your environment requires AD to be the persistent source of truth for proxyAddresses or other Exchange attributes used by legacy systems.
- You lack the ability to upgrade Entra Connect Sync to the required version across all sync servers.
- You rely on third‑party identity management systems that are not yet validated for the new SOA model. (learn.microsoft.com, practical365.com)
Bottom line: a pragmatic path to retiring the last Exchange server
Cloud‑managed remote mailboxes are more than a convenience — they remove a long‑standing operational dependency that has forced organizations to keep an on‑premises Exchange server solely for recipient administration. Phase 1 delivers immediate, pragmatic benefits: the ability to move mailbox attribute management into Exchange Online, reduce on‑prem server footprint, and simplify delegated administration and automation. Phase 2 promises to close the loop with writeback and Entra Cloud Sync integration, enabling broader parity and even cleaner decommissioning of Exchange infrastructure. (techcommunity.microsoft.com, learn.microsoft.com)This feature is not a drop‑in replacement for a mature two‑way identity management strategy until writeback arrives. Successful adoption requires careful planning: verify Entra Connect Sync versions, pilot conservatively, snapshot and back up attributes, harden RBAC, and ensure logging and change processes are in place. For organizations that must keep AD for identity but want to remove the LES, IsExchangeCloudManaged represents a practical, controllable, and auditable route forward. (thomasjuhlolesen.dk, learn.microsoft.com)
The era of “keeping an Exchange server just because we sync our AD” is now negotiable: with conservative planning and a clear rollback plan, many organizations can start migrating mailbox administration into the cloud today and accelerate eventual full LES retirement. (techcommunity.microsoft.com, learn.microsoft.com)
Source: Microsoft Exchange Team Blog Introducing Cloud-Managed Remote Mailboxes: a Step to Last Exchange Server Retirement | Microsoft Community Hub