If you delete the Mailbox from Exchange, it will delete AD account associated with it. So administrators will get very often confused.

So we need to Run Disable-Mailbox to remove mailbox and Exchange properties which will not delete the AD Account.

To remove the mailbox

Run Disable-Mailbox -identity <Mailbox ID>

1

if you run, Get-Mailbox -Identity Administrator, You will get an Below Error as there is no Mailbox Associated with it

2

Now you will create another mailbox for the same user without any issues,

Open Exchange admin center–>Recipients–> Mailboxes–> Click on User Mailbox

3

Click on Browse

4

Select Administrator(Ad User)

5

Click on More Options

7

Select the Mailbox Database 

8
9
10

So we have seen how to disable mailbox and recreate the mailbox for the same AD User.

#Mailbox

Author

Leave a comment

Your email address will not be published. Required fields are marked *