Microsoft 365 Messaging — Question 18
Your company has a Microsoft Exchange Server 2019 hybrid deployment.
The company has a finance department.
You need to move all the on-premises mailboxes of the finance department to Exchange Online. The bulk of the move operation must occur during a weekend when the company's Internet traffic is lowest. The move must then be finalized the following Monday. The solution must minimize disruption to end users.
What should you do first?
Answer options
- A. Create a batch migration and select the Automatically complete the migration batch check box.
- B. Run the New-MigrationBatch cmdlet and specify the StartAfter parameter.
- C. Run the New-MigrationBatch cmdlet and specify the CompleteAfter parameter.
- D. Create a script that moves most of the mailboxes on Friday at 22:00 and the remaining mailboxes on Monday at 09:00.
Correct answer: B
Explanation
The correct answer is B because using the New-MigrationBatch cmdlet with the StartAfter parameter allows you to schedule the migration to start after a specific time, which is essential for performing the bulk operation during a low-traffic period. Option A would complete the migration immediately, which does not align with the scheduling requirement, while options C and D do not effectively address the need to minimize disruption during the initial phase of the migration.