Converting User mailbox to Shared or Room mailbox

Open Exchange Management Shell

 

  1. Enter the following command: get-mailbox -identity <username or display name> | set-mailbox -type shared 
  2. Afer the process completes, the mailbox will show as a share box.

 

***To convert shared to a user mailbox enter the following command:

  1. Enter the following command: get-mailbox -identity <username or display name> | set-mailbox -type regular 

 

Convert mailbox to Room type: 

  1. Enter the following command: get-mailbox -identity <username or display name> | set-mailbox -type room