Here are some steps that worked for me in converting a user mailbox to a shared mailbox. Info: You can convert the following mailboxes from one type to another User mailbox to resource mailbox Shared mailbox to user mailbox Shared mailbox to resource mailbox Resource mailbox to user mailbox Resource mailbox to shared mailbox Example reason […]
Tag: Set-Mailbox
Open the Exchange Shell and type the following command: New-Mailbox shared –shared –userprincipalname shared@jermsmit.com If the mailbox was already a user mailbox and you are converting to shared type the following command: Set-Mailbox -Identity shared@jermsmit.com -Type Shared You can now verify that the box is indeed a shared mailbox by typing the following command: Get-Mailbox […]