exam questions

Exam MS-203 All Questions

View all questions & answers for the MS-203 exam

Exam MS-203 topic 2 question 47 discussion

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

DRAG DROP -
You have a Microsoft Exchange Online tenant.
You deploy a new management computer.
You need to use PowerShell to run Exchange Online cmdlets on the new computer.
Which four cmdlets should you run in sequence to connect to Exchange Online? To answer, move the appropriate cmdlets from the list of cmdlets to the answer area and arrange them in the correct order.
Select and Place:

Show Suggested Answer Hide Answer
Suggested Answer:

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
PawelNotts
Highly Voted 2 years, 2 months ago
The answer is definitely not correct. Set-Authconfig and Enable-CmdletExtensionAgent are an on-prem only cmdlets, here we have an ExO environment https://learn.microsoft.com/en-us/powershell/module/exchange/set-authconfig?view=exchange-ps https://learn.microsoft.com/en-us/powershell/module/exchange/enable-cmdletextensionagent?view=exchange-ps I believe it should be: Set-ExecutionPolicy Install-Module Import-Module Connect-ExchangeOnline
upvoted 17 times
syougun200x
1 year, 10 months ago
Thank you for the tips. When I checked on my lab import-module did not need but does not look like any other choice here.
upvoted 2 times
...
Nyamnyam
1 year, 1 month ago
Dto, furthermore Set-Authconfig has nothing to do with connecting me to EXO: it is a server-to-server authentication cmdlet.
upvoted 1 times
...
...
QaisFM
Most Recent 11 months, 3 weeks ago
Set-ExecutionPolicy Install-Module Import-Module Connect-ExchangeOnline Tested in lab 100%
upvoted 1 times
...
Amir1909
1 year ago
Set-ExecutionPolicy Install-Module Import-Module Connect-ExchangeOnline
upvoted 1 times
...
Noie
2 years, 1 month ago
"Set-AuthConfig" cannot be used for exchange Online. "https://learn.microsoft.com/en-us/powershell/module/exchange/set-authconfig?view=exchange-ps"
upvoted 2 times
Noie
2 years, 1 month ago
Changed question without adjusting the answer.
upvoted 2 times
...
...
99redeyeflight
2 years, 3 months ago
The answer says Install-Module but the answer description says Import-Module?
upvoted 1 times
99redeyeflight
2 years, 3 months ago
According to the links provided , Install-Module seems correct as this is a necessary prereq. Import-Module is usually not needed anymore as the needed module will be imported automatically when running a command requiring it, as long as the module is installed on the computer first
upvoted 1 times
...
...
MSExch11
2 years, 3 months ago
Seems to be correct, even if I never had to use Set-AuthConfig.
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 ...