You need to remove the copy of DB1 from Server1

You have an Exchange organization. All servers in the organization have Exchange Server
2010 Service Pack 1 (SP1) installed.
The organization contains two Mailbox servers named Server1 and Server2. Both servers
are members of a database availability group (DAG) named DAG1.
Server1 and Server2 have a copy of a mailbox database named DB1.
You need to remove the copy of DB1 from Server1.
What should you do?

You have an Exchange organization. All servers in the organization have Exchange Server
2010 Service Pack 1 (SP1) installed.
The organization contains two Mailbox servers named Server1 and Server2. Both servers
are members of a database availability group (DAG) named DAG1.
Server1 and Server2 have a copy of a mailbox database named DB1.
You need to remove the copy of DB1 from Server1.
What should you do?

A.
From the Exchange Management Console, right-click the database copy and select
Remove.

B.
From the Exchange Management Shell, run Remove-MailboxDatabase -Identity
DB1\Server1.

C.
From the Exchange Management Console, right-click DAG1 and select Manage
Database Availability Group Membership. Remove Server1 from the list and click Manage.

D.
From the Exchange Management Shell, run Clean-MailboxDatabase -Identity DB1.

Explanation:
Use the EAC to remove a mailbox database copy
1. In the console tree, navigate to Organization Configuration > Mailbox.
2. In the result pane, on the Database Management tab, select the mailbox database
whose copy you want to remove.
3. In the work pane, on the Database Copies tab, right-click the database copy that you
want to remove, and then click Remove.
4. Click Yes to remove the database copy.
incorrect:
not B:
* Use the Shell to remove a mailbox database copy
This example removes a copy of the mailbox database DB1 from the Mailbox server MBX1.
Remove-MailboxDatabaseCopy -Identity DB1\MBX1 -Confirm:$False



Leave a Reply 0

Your email address will not be published. Required fields are marked *