exam questions

Exam MS-201 All Questions

View all questions & answers for the MS-201 exam

Exam MS-201 topic 1 question 2 discussion

Actual exam question from Microsoft's MS-201
Question #: 1
Topic #: 9
[All MS-201 Questions]

HOTSPOT -
You have a Microsoft Exchange Server 2019 hybrid deployment.
You are migrating mailboxes from the on-premises organization to Exchange Online.
From the Exchange admin center, you create a new migration batch that includes 25 mailboxes, and then select Manual Complete the batch.
Later, you must complete the migration of a mailbox named [email protected] in the batch as soon as possible. You discover that the status of the migration batch is Syncing, but the status of the move request for [email protected] is Synced.
You need to complete the migration of the [email protected] mailbox to Exchange Online as soon as possible.
How should you complete the command? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:

Show Suggested Answer Hide Answer
Suggested Answer: Explanation
References:
https://docs.microsoft.com/en-us/powershell/module/exchange/move-and-migration/set-moverequest?view=exchange-ps

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
synilnyk
Highly Voted 5 years, 2 months ago
1. Set-MoveRequest -Identity [email protected] -CompleteAfter (Get-Date) 2. Resume-MoveRequest -Identity [email protected] link: http://365ology.com/completing-individual-moves-in-a-migration-batch/
upvoted 7 times
FreddyLao
5 years, 1 month ago
you are the correct 1. https://blogs.technet.microsoft.com/fasttracktips/2018/03/15/completing-individual-move-requests-from-a-migration-batch-changed-behavior/
upvoted 1 times
FreddyLao
5 years, 1 month ago
sorry. ellichen's reply is the correct one. the question requires completing ASAP. so preventcompletion $false = auto complete, which is the right answer.
upvoted 1 times
Ronnie123
4 years, 3 months ago
No, that's not correct. preventcompletion $false is not the same as autocomplete. It only makes a completing possible, not when this will occur. That's being controlled by the CompleteAfter property.
upvoted 1 times
...
...
...
fighting2020
4 years, 9 months ago
tested and confirmed.
upvoted 1 times
...
...
donathon
Most Recent 4 years ago
View the missing exhibit here: https://vceguide.com/how-should-you-complete-the-command-12/
upvoted 1 times
...
Sim_James_27
4 years, 4 months ago
Make use of the Set-MoveRequest cmdlet, including the -CompleteAfter parameter, with the value of 1. That will trigger the complete mailbox move immediately. After running the command, it will show the status InProgress. The mailbox will sync for the last time and complete it.
upvoted 1 times
...
Sim_James_27
4 years, 4 months ago
https://www.alitajran.com/complete-individual-mailbox-move-request-from-migration-batch/#:~:text=%20Complete%20individual%20mailbox%20move%20request%20from%20migration,Make%20use%20of%20the%20Set-MoveRequest%20cmdlet%2C...%20More%20
upvoted 1 times
...
Sim_James_27
4 years, 4 months ago
https://practical365.com/exchange-server/completing-individual-move-requests-migration-batch/
upvoted 1 times
...
nExoR
4 years, 10 months ago
sorry it's in polish. i'm using this method since a long time - tested thousands times in practice http://w-files.pl/migracja-w-hybrydzie-zakonczenie-pojedynczej-skrzynki-w-zadaniu-synchronizacji/ set-migrationUser <user-email> -CompleteAfter ((get-date).ToUniversalTime())
upvoted 3 times
...
ellichen
5 years, 5 months ago
Set-MoveRequest -PreventCompletion $false https://docs.microsoft.com/en-us/powershell/module/exchange/move-and-migration/set-moverequest?view=exchange-ps
upvoted 4 times
Ronnie123
4 years, 3 months ago
Incorrect, this parameter only allows a moverequest to complete, not when this when happen. That's being managed by Completeafter.
upvoted 1 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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago