exam questions

Exam MS-203 All Questions

View all questions & answers for the MS-203 exam

Exam MS-203 topic 3 question 46 discussion

Actual exam question from Microsoft's MS-203
Question #: 46
Topic #: 3
[All MS-203 Questions]

Your company has a Microsoft Exchange Server 2019 hybrid deployment.
You are migrating mailboxes to Exchange Online by using remote mailbox move requests.
A recent security breach at the company required that the passwords of all privileged accounts be changed.
Since the password change, mailbox move requests are failing.
You need to ensure that the mailbox migration can resume.
What should you do first?

  • A. From Exchange Online, run Set-MigrationConfig.
  • B. From Exchange Online, run Set-MigrationEndpoint.
  • C. Run iisreset /noforce on all the Exchange servers that have MRSProxy enabled.
  • D. From Exchange on-premises, run Set-MigrationConfig.
  • E. From Exchange on-premises, run Set-MigrationEndpoint.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

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
Ronnie123
Highly Voted 3 years, 8 months ago
Should be B. B. From Exchange Online, run Set-MigrationEndpoint Here you specify the credentials used to connect to the on-prem environment to access mailboxes
upvoted 48 times
Carlos1787
3 years, 8 months ago
Ronnie is correct since the move is to O365, the authentication from office 365 to on premise needs to be updated
upvoted 10 times
...
...
Amir1909
Most Recent 7 months, 3 weeks ago
B is correct
upvoted 1 times
...
Mshaty
1 year ago
guys isnt it that we are migrating from on-prem to exchange online and since the issue happened on-prem , should we run it from on-prem
upvoted 1 times
...
Cams420
1 year, 1 month ago
Selected Answer: B
Endpoint is created in Exchange Online, modification of endpoint should be done in Exchange Online.
upvoted 1 times
...
MRLearner
1 year, 3 months ago
Selected Answer: B
Based on this article should be B. https://techcommunity.microsoft.com/t5/exchange-team-blog/troubleshooting-slow-migrations/ba-p/1795706
upvoted 1 times
...
reyrey
1 year, 4 months ago
B is the is the correct answer
upvoted 1 times
...
Kodeblack
2 years, 3 months ago
ON exam - 4/18/2022 All 3 case studies were also on exam
upvoted 1 times
...
maxustermann
2 years, 5 months ago
Selected Answer: B
Its B, you need to specify the new credentials
upvoted 3 times
...
HGD545
2 years, 8 months ago
On the test Nov 3,2021
upvoted 4 times
...
fenderson
3 years, 2 months ago
B. According to the below article 'If you change the password of an Exchange administrator account, which is associated to the Hybrid Migration Endpoint (MRS Proxy Server), and forget to change the password within the migration endpoint configuration in Exchange Online, you will run into the error as follows, when trying to move a mailbox from on-premise to Exchange Online.' https://blog.matrixpost.net/error-the-connection-to-the-server-could-not-be-completed-mrs-proxy-server/
upvoted 3 times
...
rytmehans
3 years, 5 months ago
B is the correct answer. Remember that when you run Exchange Hybrid Wizard the migration endpoint is created in Exchange Online.
upvoted 1 times
...
MRRC87
3 years, 5 months ago
Correct answer is B. The command needs to be run from EXO PS - "Hybrid migrations (as well as the other native migrations) are always initiated from O365 Exchange Online side in both onboarding (migrate to Exchange Online) and offboarding (migrate from Exchange Online)." So the Migration EndPoint credentials are stored in EXO. https://techcommunity.microsoft.com/t5/exchange-team-blog/understanding-hybrid-migration-endpoints-in-classic-and-modern/ba-p/916993
upvoted 4 times
...
m2L
3 years, 5 months ago
Given Answer is correct You can use the remote move migration wizard on the Office 365 tab in the EAC on an Exchange server to either move existing user mailboxes in the on-premises organization to the Exchange Online organization or to move Exchange Online mailboxes to the on-premises organization. Choose one of the following procedures: https://docs.microsoft.com/en-us/exchange/hybrid-deployment/move-mailboxes
upvoted 1 times
...
lollo1234
3 years, 6 months ago
The configuration for migration is always stored at Exchange Online, so you need to update the configuration running at EXO Powershell, Set-MigrationEndpoint
upvoted 3 times
...
donathon
3 years, 6 months ago
E Use below command: $cred = Get-Credential Set-MigrationEndpoint -Identity CutoverExchangeEndpoint01 -Credentials $cred The Credentials parameter specifies the username and password for connecting to the remote endpoint. Credentials should be used when creating either a staged or cutover Exchange endpoint or a RemoteMove endpoint. https://docs.microsoft.com/en-us/powershell/module/exchange/set-migrationendpoint?view=exchange-ps https://docs.microsoft.com/en-us/exchange/hybrid-deployment/move-mailboxes#move-on-premises-mailboxes-to-exchange-online A\B: This needs to be done on-premise. C: This only restarts the iis and does not change the credentials.
upvoted 1 times
...
waseemsmr
3 years, 7 months ago
E is correct. We need to use the source exchange for setting up the migration. https://docs.microsoft.com/en-us/exchange/hybrid-deployment/move-mailboxes
upvoted 4 times
Dimonchik
3 years, 7 months ago
Try to do it yourself at least, or read your link. Step 3 On-prem you can only enable MRS.
upvoted 2 times
vvres
3 years, 7 months ago
cert 2 Brain is going for B as well. And with that link this sounds quite plausible.
upvoted 1 times
...
Sirtimid
3 years, 7 months ago
Following to provided url Step 3 which is related to Onprem->Online: You can use the remote move migration wizard in the EAC in the on-premises Exchange organization to move existing user mailboxes from on-premises Exchange to Exchange Online. Moreover following to answer's link under Description, 2nd bullet: Remote move: In a hybrid deployment, a remote move involves onboarding or offboarding migrations. Remote moves require the use of a RemoteMove endpoint. Onboarding moves mailboxes from an on-premises Exchange organization to Exchange Online, and uses a RemoteMove endpoint as the source endpoint of the migration batch. I will go with E
upvoted 3 times
ghogh
2 years, 8 months ago
For me is also E. Descripton of Credential parameter: The Credentials parameter specifies the username and password for connecting to the remote endpoint. Credentials should be used when creating either a staged or cutover Exchange endpoint or a RemoteMove endpoint.
upvoted 1 times
...
Mitch22
3 years, 4 months ago
Sirtimid is correct. The giveaway here is the "Remote Move" which is originally an on-premises term. People tend to forget that you can PUSH moves from on-prem, not just PULL from EXO.
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 ...