Exchange 2007 – How to create a shared mailbox

5d05eb33135798a962e3199db1fa4a4c
5d05eb33135798a962e3199db1fa4a4c

Table of Contents

Estimated reading time: 2 minutes

If you need to create a shared mailbox in Exchange Server 2007, then you should first gather the following information about the mailbox:

  • Mailbox Name
  • Organisational Unit that the mailbox will sit in
  • Mailbox Server/Database
  • User Principal Name

Once you have this information, you should start up Exchange Management Shell (EMS) and run the following command:

 New-Mailbox -Name:"Shared Mailbox" -OrganizationalUnit:"DOMAINOU" -Database:"Mailbox Database" -UserPrincipalName:"shared.mailbox@techygeekshome.info" -Shared  
Where:
  • “Shared Mailbox” = the name of your mailbox
  • “DOMAINOU” = the name of the Organisational Unit you want the mailbox to sit in
  • “Mailbox Database” = The server name (if required) and Mailbox Database you want the mailbox to sit in
  • “shared.mailbox@techygeekshome.info = the User Principal Name

Once you run this, it should give you an output of information about the mailbox and that indicates that it has been succesfully created. You will also see a disabled Active Directory user account in this shared mailbox name in the OU where you created the mailbox. Do not delete this account!

You should also now see the mailbox in Exchange Management Console (EMC) meaning that you can then use that tool to edit the permissions on the new shared mailbox.

COMMENTS

If you have any questions or comments on this guide, please feel free to leave us a message below using our comments section.

Share this content:

Click to rate this post!
[Total: 0 Average: 0]
Avatar for Andrew Armstrong

About Andrew Armstrong

Founder of TechyGeeksHome and Head Editor for over 15 years! IT expert in multiple areas for over 26 years. Sharing experience and knowledge whenever possible! Making IT Happen.

View all posts by Andrew Armstrong

Leave a Reply

Your email address will not be published. Required fields are marked *