Link to home
Start Free TrialLog in
Avatar of keith li
keith liFlag for Hong Kong

asked on

Legacy mailbox type in exchange 2013

Hi all

How do I fix the Legacy mailbox type in exchange 2013, our exchange 2003 server broken down a month ago, and recently we had installed exchange 2013, and found out that all the user mailbox type are legacy, how do I make the legacy mailbox type back to normal ? I have tried to new a mailbox and choose exist user, I was able to recovered some of the mail account, but still was not able to find it, any ways that I can fix this problem , thx

Keith
Avatar of David Carr
David Carr
Flag of United States of America image

You can use the following  command from the Exchange Management Shelll to test one and see if it works

Set-Mailbox alias -ApplyMandatoryProperties

Open in new window


To change all of them use the following command from Exchange Management Shell

Get-Mailbox -ResultSize unlimited  -Filter { RecipientTypeDetails -eq “LegacyMailbox” } | Set-Mailbox -ApplyMandatoryProperties

Open in new window

Avatar of keith li

ASKER

Hi

after put in below, i received below (see attached screenshot)


Set-Mailbox alias -ApplyMandatoryProperties

User generated image
i have tried to remove the legacy mailbox, but also the domain user account also will removed, i would like to keep the domain user account and remove the mailbox, is it possible to do that ?
ASKER CERTIFIED SOLUTION
Avatar of David Carr
David Carr
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
i found that i can disabled the mailbox and create new and link the exsiting user account, its fixed, thx !