Exchange 2007 – How to create a shared mailbox

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 […]

Exchange 2007 How To Create A Shared Mailbox
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:"[email protected]" -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
  • [email protected] = 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.
🛠️

Gear We Recommend

A few general tech accessories worth having alongside this.

Browse our General Tech Accessories picks on Amazon

As an Amazon Associate, TechyGeeksHome earns from qualifying purchases.


Discover more from TechyGeeksHome

Subscribe to get the latest posts sent to your email.

Andrew Armstrong

Andrew Armstrong is a UK-based IT professional with 26+ years of hands-on experience in Windows, Windows Server, SCCM/ConfigMgr, Active Directory, PowerShell, and enterprise infrastructure.

He founded TechyGeeksHome in 2010 and has published over 1,500 practical guides covering real-world IT problems and solutions. When not solving IT problems,

Andrew develops free Windows utilities including Ultimate Settings Panel, which has been downloaded over 850,000 times.