Change a mailbox type using PowerShell
Today I needed to convert an existing user mailbox into a room mailbox. I was able to do this quite easily using the Set-Mailbox cmdlet. Here is an example of how to do this:
Set-Mailbox -Identity "boardroom" -Type Room
Note: this will disable the associated user object in Active Directory so you’ll need to go and enable it