Applies to: Exchange Server 2010 SP3, Exchange Server 2010 SP2
Topic Last Modified: 2011-03-19
You can use the Exchange Management Console or the Shell to dismount a mailbox database on a computer that has the Microsoft Exchange Server 2010 Mailbox server role installed.
Looking for other management tasks related to mailbox databases? Check out Managing Mailbox Databases.
What Do You Want to Do?
Use the EMC to dismount a database
You need to be assigned permissions before you can perform this procedure. To see what permissions you need, see the "Database permissions" entry in the Mailbox Permissions topic.
- In the console tree, navigate to Organization
Configuration > Mailbox.
- In the result pane, select the server on which the mailbox or
public folder database is located.
- In the work pane, select the database that you want to
dismount.
- In the action pane, click Dismount Database.
- A warning appears asking if you want to dismount the database.
Click Yes.
Use the Shell to dismount a database
You need to be assigned permissions before you can perform this procedure. To see what permissions you need, see the "Database permissions" entry in the Mailbox Permissions topic.
This example uses the Dismount-Database command to dismount the database MyDatabase.
Copy Code | |
---|---|
Dismount-Database "MyDatabase" |
Note: |
---|
You can dismount a database only if the Microsoft Exchange Information Store service is running. |