exam questions

Exam MS-203 All Questions

View all questions & answers for the MS-203 exam

Exam MS-203 topic 1 question 75 discussion

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

HOTSPOT -
You have a Microsoft Exchange Online tenant.
Users report that they cannot view attachments from Outlook on the web from their home computer.
The Outlook Web App policy has the following settings.

You need to ensure that the users can view attachments when they access Outlook on the web from their home computer.
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:
Reference:
https://docs.microsoft.com/en-us/powershell/module/exchange/set-owamailboxpolicy?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
Beitran
Highly Voted 1 year, 5 months ago
Set-OWAMailboxPolicy -Identity OwaMailboxPolicy-Default -ConditionalAccessPolicy ReadOnly The question asks for which command would allow users to view attachments in the OWA, and this would allow for that.
upvoted 10 times
syougun200x
1 year, 2 months ago
Thank you for sharing, youre right. https://learn.microsoft.com/en-us/powershell/module/exchange/set-owamailboxpolicy?view=exchange-ps
upvoted 2 times
...
...
Amir1909
Most Recent 6 months, 1 week ago
ConditionalAccesPolicy-Read only
upvoted 2 times
...
Andrutzzza
1 year, 6 months ago
Parameters -ActionForUnknownFileAndMIMETypes The ActionForUnknownFileAndMIMETypes parameter specifies how to handle file types that aren't specified in the Allow, Block, and Force Save lists for file types and MIME types. Valid values are: Allow (This is the default value.) ForceSave Block So allow exists. As 99redeyeflights says, maybe the CA policy is not enabled?
upvoted 1 times
...
RichardBill
1 year, 7 months ago
https://learn.microsoft.com/en-us/exchange/policy-and-compliance/holds/litigation-holds?view=exchserver-2019 Its ReadOnly not Allow! Allow doesnt even exist
upvoted 1 times
...
99redeyeflight
1 year, 9 months ago
The user is using a home computer = not enrolled in Intune = not compliant Per -ConditionalAccessPolicy ReadOnlyPlusAttachmentsBlocked = can't download or even view attachments on non-compliant devices However, we dont know if their is a CA set and -ConditionalAccessPolicy doesn't take "False" as a value (it would be "Off") -ActionForUnknownFileAndMIMETypes only specifies file types that aren't specified in -AllowedFileTypes (which contains many default normal extension types). so the user must be trying to open an attachment with a weird extension.. So the given answer is possible and seems correct, but not great..
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 ...