Exchange Admin Center: How to Access & Use the EAC


This is a working reference on the Exchange admin center, maintained by our Exchange admin support team. It covers the access URLs for Exchange Online and on-premises Exchange Server, the permissions required, what each section of the console does, step-by-step instructions for the most common tasks, and when the EAC is not enough and PowerShell is required.
What the Exchange admin center is
The Exchange admin center (EAC) is the web-based management console for Exchange. There are two distinct consoles that share the name:
- EAC in Exchange Online — a cloud portal at admin.exchange.microsoft.com for managing Exchange Online in a Microsoft 365 tenant: mailboxes, groups, mail flow, migration, and reports. Documented at Exchange admin center in Exchange Online.
- EAC in Exchange Server — the on-premises console served from each Exchange 2013/2016/2019/Subscription Edition server through the ECP virtual directory in IIS. Documented at Exchange admin center in Exchange Server.
The EAC replaced two Exchange 2010-era interfaces: the Exchange Management Console (EMC) and the Exchange Control Panel (ECP). The on-premises virtual directory kept the ECP name, which is why the on-prem URL still ends in /ecp.
Access URLs
| Console | URL |
|---|---|
| Exchange Online EAC (direct) | https://admin.exchange.microsoft.com |
| Exchange Online EAC (new admin portal path) | https://admin.cloud.microsoft/exchange#/homepage |
| Via Microsoft 365 admin center | admin.microsoft.com > Show all > Admin centers > Exchange |
| GCC High | https://admin.exchange.office365.us |
| On-premises EAC, on the server itself | https://localhost/ecp |
| On-premises EAC, internal network | https://<ServerFQDN>/ecp — for example https://mailbox01.contoso.com/ecp |
| On-premises EAC, external | https://mail.contoso.com/ecp (only after the external URL, DNS record, and TLS certificate are configured) |
When opening the Exchange Online EAC by direct URL with a different account than the one currently signed in, Microsoft recommends a private or incognito browser session so the cached credential is not reused.
Permissions required
Access to the Exchange Online EAC requires an administrator role, not a user license. The relevant roles:
- Global Administrator — full access to the EAC and every other admin center.
- Exchange Administrator — full access to the EAC and Exchange Online management; the standard role for Exchange work. Details at About the Exchange administrator role.
- Scoped RBAC roles — Exchange Online uses role-based access control (RBAC) underneath, so role groups such as Recipient Management or View-Only Organization Management expose only a subset of the console. Reference: Permissions in Exchange Online.
What a given account sees in the EAC is determined by RBAC: features the account has no role for are hidden. On-premises Exchange uses the same RBAC model with role groups such as Organization Management.
EAC sections and what each one does
The left navigation of the Exchange Online EAC, per the official feature reference:
| Section | What you do there |
|---|---|
| Recipients | Mailboxes (user and shared), groups, resource mailboxes (rooms and equipment), and mail contacts. |
| Mail flow | Message trace, mail flow rules (transport rules), accepted and remote domains, connectors, alerts and alert policies. |
| Roles | Administrator role assignments. |
| Migration | Migration batches: cutover, staged, hybrid remote moves, IMAP, Google Workspace, and cross-tenant migrations. |
| Reports | Mail flow and migration batch reports. |
| Insights | Recommendations and trend data on mailbox and mail flow issues. |
| Organization | Organization sharing (federation) and apps for Outlook. |
| Public folders | Public folders and public folder mailboxes. |
| Settings / Other features | Remaining settings, plus legacy features not yet moved into the main navigation. |
Anti-spam, anti-malware, and quarantine management are not in the EAC; they live in the Microsoft Defender portal. Licensing and password resets live in the Microsoft 365 admin center.
Common tasks
Create a mailbox
- In Exchange Online, new user mailboxes are created by adding a licensed user in the Microsoft 365 admin center (Users > Active users > Add a user); the mailbox is provisioned automatically.
- The mailbox then appears in the EAC under Recipients > Mailboxes.
- Open the mailbox entry to set aliases, mailbox delegation, or litigation hold.
Create a shared mailbox
- Go to Recipients > Mailboxes > Add a shared mailbox.
- Enter the display name and email address, then create it.
- Open the new mailbox > Delegation, and add members with Full Access and Send As permissions. No license is needed under 50 GB.
Set forwarding on a mailbox
- Go to Recipients > Mailboxes and select the mailbox.
- Open the Mailbox tab > Manage mail flow settings > Email forwarding.
- Enable forwarding, enter the destination address, and choose whether to keep a copy in the original mailbox. Forwarding to external addresses may also require an outbound spam policy change in the Defender portal.
Create a mail flow rule
- Go to Mail flow > Rules > Add a rule.
- Pick a template or start blank, then set the conditions (sender, recipient, subject keywords, message properties).
- Set the action (append disclaimer, redirect, reject, set header) and any exceptions.
- Choose enforce or test mode and save. New rules can take up to 30 minutes to apply.
Trace a message
- Go to Mail flow > Message trace > Start a trace.
- Enter sender and/or recipient and the time range (up to 10 days for online results; older traces run as downloadable reports covering up to 90 days).
- Run the trace and open a result row to see each delivery event and the reason for any failure or filtering verdict.
EAC vs Exchange Online PowerShell
The EAC covers day-to-day administration. PowerShell is required when the console is insufficient:
- Bulk operations — changing a setting on hundreds of mailboxes, exporting all forwarding rules, auditing Full Access permissions tenant-wide.
- Settings with no UI — many mailbox and organization parameters are exposed only as cmdlet parameters.
- Automation and reporting — scheduled scripts, CSV exports, and repeatable configuration.
- Precision — a cmdlet states exactly what changed; the EAC sometimes writes several settings behind one toggle.
Setup and usage of the module are covered in our guide to connecting to Exchange Online PowerShell. The on-premises equivalent is the Exchange Management Shell, installed with the Exchange management tools on every server.
Classic EAC retirement
The current Exchange Online EAC at admin.exchange.microsoft.com entered public preview in June 2020 and became generally available worldwide in April 2021. Microsoft announced the retirement of the classic EAC in September 2021, deprecated it for worldwide tenants through 2022, and the classic console was fully retired for worldwide customers effective December 2022. A small set of legacy features that never moved into the main navigation remains reachable under Other features in the new console. The rollout history is tracked on the What's new in the EAC page.
On-premises EAC notes
On Exchange Server, the EAC is served by the ECP virtual directory under the Default Web Site in IIS on each Mailbox server. Practical points:
- The internal URL defaults to the server FQDN + /ecp; the external URL is unconfigured until you set it, publish DNS, and install a matching TLS certificate.
- Find the configured URLs with the Get-EcpVirtualDirectory cmdlet in the Exchange Management Shell.
- External access to the admin surface can be turned off while leaving Outlook on the web users their own Options page.
- In coexistence with an older Exchange version, the mailbox location of the admin account decides which console version loads; appending ?ExchClientVer=15 to the URL forces the newer EAC.
FAQ
What is the URL for the Exchange admin center?
For Exchange Online: https://admin.exchange.microsoft.com (also reachable at admin.cloud.microsoft/exchange, or from the Microsoft 365 admin center under Admin centers > Exchange). For on-premises Exchange Server: https://<ServerFQDN>/ecp, or https://localhost/ecp on the server itself.
What permissions do I need to open the EAC?
The Exchange Administrator or Global Administrator role in Microsoft 365. Scoped RBAC role groups grant partial access; features outside an account's roles are hidden.
Is the classic EAC still available?
No. The classic Exchange Online EAC was retired for worldwide customers effective December 2022. Remaining legacy features are listed under Other features in the current console.
Can everything be done in the EAC?
No. Bulk changes, many mailbox parameters, automation, and detailed auditing require Exchange Online PowerShell or, on-premises, the Exchange Management Shell.
Expert tenant-to-tenant migration for mergers, acquisitions, and divestitures — from $15/user.
Microsoft 365 Tenant MigrationTopics

Sreenivasa Reddy G
Founder & CEO • 15+ years
Sreenivasa Reddy is the Founder and CEO of Medha Cloud, recognized as "Startup of the Year 2024" by The CEO Magazine. With over 15 years of experience in cloud infrastructure and IT services, he leads the company's vision to deliver enterprise-grade cloud solutions to businesses worldwide.
More in Exchange Server
View all
What Is Microsoft Exchange Server? Editions & Versions
9 min read

Exchange Server Management Tools: EMS, EAC & Options
9 min read

Exchange Hybrid: How It Works, Setup & Requirements
10 min read

Exchange Database Recovery: ESEutil & Dirty Shutdown
10 min read

Exchange DAG: Setup, Failover & Troubleshooting
9 min read

Exchange Cumulative Update: Current CUs & Install Order
9 min read