To enable a disabled mailbox in Exchange 2016, you can use the Exchange Admin Center (EAC) or Exchange Management Shell.
Using the Exchange Admin Center (EAC)
- Log in to the EAC.
- Navigate to "Recipients" and then "Mailboxes."
- Locate the disabled mailbox you want to enable.
- Click on the mailbox to open its properties.
- Go to the "Mailbox Features" tab.
- Check the box next to "Mailbox Enabled."
- Click "Save" to apply the changes.
Using the Exchange Management Shell
-
Open the Exchange Management Shell.
-
Run the following command:
Enable-Mailbox -Identity <MailboxName>
- Replace
<MailboxName>
with the actual name of the disabled mailbox.
- Replace
Practical Insights
- Enabling a disabled mailbox restores access to the mailbox data and allows the user to send and receive emails again.
- You might need to assign the user a license if they don't have one already.
- If the mailbox was disabled due to a specific reason, address that issue before enabling it.