exam questions

Exam 70-345 All Questions

View all questions & answers for the 70-345 exam

Exam 70-345 topic 1 question 49 discussion

Actual exam question from Microsoft's 70-345
Question #: 49
Topic #: 1
[All 70-345 Questions]

DRAG DROP -
You have an Exchange Server 2016 organization. The organization contains two Mailbox servers.
You have a database that is replicated to both servers. The database contains 500 mailboxes.
You add new volumes to the Mailbox servers.
You need to move all of the mailbox data to the new volumes. The solution must meet the following requirements:
"¢ Ensure that multiple copies of the mailbox data are available at all times.
"¢ Minimize downtime for the mailbox users.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
Select and Place:

Show Suggested Answer Hide Answer
Suggested Answer:
To meet the requirement, "Ensure that multiple copies of the mailbox data are available at all times", we need to create a new database. This will leave the existing database and its replicas online. We can then create replicas of the new database so we have multiple copies of the new empty database. Mailboxes can then be moved to the new database. When all mailboxes have been moved to the new database, the old database and its replicas can be removed.

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
DJGiap
4 years, 5 months ago
there is no "move the mailboxes" in the depicted "version" of the question ... other sources shows such option ...
upvoted 1 times
...
RakRocky
4 years, 6 months ago
Create a new database Mount the new database Create replicated database copies
upvoted 1 times
...
l1f3rl
5 years, 3 months ago
Create a new database Create replicated database copies Move the mailboxes ( when a new database is created it is mounted automatically)
upvoted 2 times
Remoman85
5 years, 2 months ago
To mount a DB automatically is optional, however taking into account that the Default Selection is used, I concur with this answer.
upvoted 1 times
pepeold
4 years, 6 months ago
Unless you do it with PowerShell, then it is New-MailboxDatabase -Name DB03 -LogFolderPath E:\Databases\DB03\DB03.log -EdbFilePath E:\Databases\DB03\DB03.edb Mount-Database -Identity DB03 Add-MailboxDatabaseCopy -Identity DB03 -MailboxServer EX02 ----- and then (not shown here) something like Get-Mailbox -database DB01 |New-MoveRequest -TargetDatabase DB02 -BatchName move2020 get-moverequest -BatchName move2020 | Get-MoveRequestStatistics
upvoted 2 times
...
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...