Question : Need script to convert all "legacy mailboxes" to "user mailboxes" in Exchange 2007.

Need script to convert all "legacy mailboxes" to "user mailboxes" on Exchange 2007 server.  THanks.

Answer : Need script to convert all "legacy mailboxes" to "user mailboxes" in Exchange 2007.

Hi,

To remove the LegacyMailbox tag you need to run Set-Mailbox -ApplyMandatoryProperties.

Try this I have NOT tested it: -

Get-mailbox -RecipientTypeDetails legacymailbox | set-mailbox -applymandatoryproperties

You should test this on a test mailbox first using: -
Get-mailbox -identity username --RecipientTypeDetails legacymailbox | set-mailbox -applymandatoryproperties

This may also work: -
http://exchangepedia.com/blog/2007/08/new-exchange-server-2007-mailbox.html
Random Solutions  
 
programming4us programming4us