● How to create and remove a mailbox database
● How to mount and dismount a mailbox database
● How to modify the size limit of mailbox database
● How to change the database path
● How to configure database property and set the maintenance schedule
So will introduce the above method step by step.
● How to create a mailbox database?<Manager Right>
An account will be the membership of Local Administrators and Domain Organization Management Role(#1)
Create a mailbox database by EMCIn EMC, click Mailbox under Organization Configuration
And the check box Mount this database will be enabled by default. If we don’t want to change anything or have already change it, please click Next > button to go ahead next step.
Create a mailbox database by PowerShell
Right-click Exchange Management Shell to select Run as administrator
<Syntax>
New-MailboxDatabase [-Name <String>] -Server <ServerIdParameter> [-EdbFilePath <EdbFilePath>] [-LogFolderPath <NonRootLocalLongFullPath>]
● How to mount a mailbox database?Mount a Database by EMC
In EMC, click Mailbox under Organization Configuration and Database Management tab , select a mailbox database that we want to mount next to click Mount Database in the Action pane
In EMS, use the Mount-Database cmdlet(#4) to mount a mailbox database
<Syntax>
mount-Database -Identity <DatabaseIdParameter>
● How to dismount a mailbox database?Dismount a Database by EMCIn EMC, click Mailbox under Organization Configuration and Database Management tab , select a mailbox database that we want to mount next to click Dismount Database in the Action pane
<Syntax>
dismount-Database -Identity <DatabaseIdParameter>
Reference:
(#1) The Organization Management role can create and manage mailbox or public folder databases on any Mailbox server.
(#2) The Server Management role can create database on a specific server in an Exchange Organization.
(#3) Exchange 2010 New-MailboxDatabase cmdlet
(#4) Exchange 2010 Mount-Database cmdlet
(#5) Exchange 2010 Dismount-Database cmdlet