exam questions

Exam MS-220 All Questions

View all questions & answers for the MS-220 exam

Exam MS-220 topic 2 question 15 discussion

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

HOTSPOT -
You need to resolve the issue reported by User2.
How should you complete the commands? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

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
carterbatman030
Highly Voted 2 years, 6 months ago
i think correct is New-TransportRule -Name "FabrikamAttachments" -AttachmentIsUnsupported $true -ExceptIfFromAddressContainsWords "Fabrikam" -ModerateMessageByUser [email protected]
upvoted 9 times
...
psp65
Most Recent 2 years, 2 months ago
New-TransportRule -Name "FabrikamAttachments" -AttachmentIsUnsupported $true -ExceptIfSenderDomainIs "Fabrikam" -ModerateMessageByUser [email protected] The rule will filter all messages with unsupported attachments unless they are internal to Fabrikam domain. There is a typo in the proposed answer. The ExceptIfFromAddressContainsWords wion't work because it will filter any email address containig "Fabrikam", not only the internal ones.
upvoted 1 times
...
Expat1
2 years, 4 months ago
The switch is actually "-ExceptIfSenderDomainIs" so that rules the second answer out. Unless this is a typo?
upvoted 1 times
...
Chris1812
2 years, 5 months ago
Not Correct: Attachments Supported OK ExceptIfFromAdressContainswords "Fabrikam is not a domain. It's a word contained in an email adress
upvoted 4 times
...
Domza
2 years, 7 months ago
Looks good~ https://learn.microsoft.com/en-us/powershell/module/exchange/new-transportrule?view=exchange-ps
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 ...