No. You don't have to do that! We can use the shell to change the type of the mailbox, say from user to a room one. Run the following command to achieve the same.
Set-Mailbox conferenceroom -Type Room
You can also convert it to an equipment mailbox if you want.
Set-Mailbox conferenceroom -Type Equipment
This is not a one way conversion. You can convert a room mailbox back into a user one as well. Basically you can convert it back and forth as much as you like!
Set-Mailbox conferenceroom -Type Regular
Note that for setting the type of a mailbox as a user one, the switch is -Type Regular and not User.
No comments:
Post a Comment