Applies to: Exchange Server 2007
Topic Last Modified: 2007-06-05
Use the Dismount-Database cmdlet to dismount a database in a storage group on an Microsoft Exchange Server 2007 mailbox server. You can run this command only if the Microsoft Exchange Information Store service is running.
Syntax
dismount-Database -Identity <DatabaseIdParameter>
[-DomainController <Fqdn>]
|
Parameters
Parameter | Required | Type | Description |
---|---|---|---|
Identity |
Required |
Microsoft.Exchange.Configuration.Tasks.DatabaseIdParameter |
Use the Identity parameter to specify the GUID or distinguished name that represents a specific database. You can also include the server name by using the format ServerName\StorageGroup. The "Identity" parameter label is optional. |
DomainController |
Optional |
Microsoft.Exchange.Data.Fqdn |
To specify the fully qualified domain name of the domain controller that writes this configuration change to Active Directory, include the DomainController parameter on the command. |
Detailed Description
To run the Dismount-Database cmdlet, the account you use must be delegated the following:
- Exchange Server Administrator role and local Administrators
group for the target server
For more information about permissions, delegating roles, and the rights that are required to administer Exchange Server 2007, see Permission Considerations.
Input Types
Return Types
Errors
Error | Description |
---|---|
|
Exceptions
Exceptions | Description |
---|---|
|
Example
In this example, the Dismount-Database command is used to dismount the database named "MyDatabase."
Copy Code | |
---|---|
Dismount-Database -Identity ExchangeServer1.Contoso.com\MyDatabase |
This command will not execute if the mailbox database contains user mailboxes.