exam questions

Exam MS-220 All Questions

View all questions & answers for the MS-220 exam

Exam MS-220 topic 3 question 32 discussion

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

A university uses Exchange Online.
Students must be able to find email addresses for other students in the university’s address book.
You need to prevent students from finding faculty email addresses in the address book.
You create and assign an address book policy (ABP).
Which cmdlet should you use to enable ABP routing?

  • A. Set-FrontendTransportService
  • B. Set-MailboxTransportService
  • C. Set-TransportConfig
  • D. Set-TransportService
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

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
Solozero
2 years, 3 months ago
Selected Answer: C
Set-TransportConfig
upvoted 1 times
...
Glen711
2 years, 5 months ago
Selected Answer: C
Set-TransportConfig enables routing Set-Mailbox is only used for a specific mailbox, after routing is enabled. Therefore: C, Set-TransportConfig
upvoted 1 times
...
Chupakabra
2 years, 5 months ago
The question mentions enabling the feature so C) is indeed the correct answer. PS> Set-TransportCofnig -AddressBookPolicyRoutingEnabled $true https://learn.microsoft.com/en-us/powershell/module/exchange/set-transportconfig?view=exchange-ps
upvoted 2 times
...
Adelval
2 years, 5 months ago
Selected Answer: C
Set-TransportConfig [[-Identity] <OrganizationIdParameter>] [-AddressBookPolicyRoutingEnabled <Boolean>]
upvoted 1 times
...
TtotheA2021
2 years, 5 months ago
Selected Answer: B
The cmdlet "Set-TransportConfig" is used to configure various settings for the Transport service in Exchange Online, but it does not have any parameters or options related to Address Book Policies (ABPs). The cmdlet "Set-TransportConfig" is used to configure various settings for the Transport service in Exchange Online, such as the maximum message size, the maximum number of recipients per message, or the maximum number of recipients per delivery. It does not have any parameters or options related to Address Book Policies (ABPs), which are used to control access to certain email addresses in the university's address book. The cmdlet "Set-Mailbox" is the correct cmdlet to use to enable ABP routing on a mailbox level, so that when a student searches for an email address in the university's address book, the mailbox will be filtered according to the ABP that you have assigned.
upvoted 1 times
Chupakabra
2 years, 5 months ago
The question is about _enabling_ ABP routing and not assigning an actual ABP policy to the user so the answer is indeed Set-TransportConfig. https://learn.microsoft.com/en-us/exchange/address-books/address-book-policies/turn-on-address-book-policy-routing#use-exchange-online-powershell-to-turn-on-abp-routing
upvoted 1 times
...
...
Domza
2 years, 7 months ago
Correct ~ Enjoy https://learn.microsoft.com/en-us/exchange/address-books/address-book-policies/turn-on-address-book-policy-routing
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 ...