Exchange 2007 – How to create a shared mailbox

5d05eb33135798a962e3199db1fa4a4c

Table of Contents

Last updated on April 1st, 2023 at 08:40 pm

Read Time:1 Minute, 7 Second

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.

Click to rate this post!
[Total: 0 Average: 0]

Free Subscription

If you want to be notified when we post more quality guides like this one, sign up to our free subscription service and you will receive an email when a new post is live.

Join 441 other subscribers.

No need to worry, we will not be filling your inbox with spam and you can unsubscribe anytime you like.


Leave us a message...

This site uses Akismet to reduce spam. Learn how your comment data is processed.