exam questions

Exam MS-203 All Questions

View all questions & answers for the MS-203 exam

Exam MS-203 topic 1 question 91 discussion

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

You have a Microsoft Exchange Online tenant that contains a mail-enabled public folder named folder1.

You need to prevent users from creating posts by sending email to folder1. The solution must ensure that the users can create new items in folder1 by using Microsoft Outlook.

Which command should you run?

  • A. Add-PublicFolderClientPermission "\folder1" -AccessRights None
  • B. Disable-MailPublicFolder -Identity "\folder1"
  • C. Enable-MailPublicFolder -Identity "\folder1" -HiddenFromAddressListsEnabled $True
  • D. Set-MailPublicFolder -Identity "\folder1" -AcceptMessagesOnlyFromDLMembers
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
[Removed]
11 months, 3 weeks ago
Selected Answer: C
I believe that was C Enabling the mail public folder with the HiddenFromAddressListsEnabled parameter set to $True will prevent users from sending email to the folder by hiding it from the address book, but will still allow users to create new items in the folder by using Outlook reference : https://learn.microsoft.com/en-us/exchange/collaboration-exo/public-folders/enable-or-disable-mail-for-public-folder
upvoted 3 times
...
Amir1909
1 year ago
D is correct
upvoted 1 times
...
[Removed]
1 year, 3 months ago
Acording chat GP : To prevent users from creating posts by sending email to a mail-enabled public folder named folder1 while still allowing them to create new items in folder1 using Microsoft Outlook, you should use the following command: D. Set-MailPublicFolder -Identity "\folder1" -AcceptMessagesOnlyFromDLMembers This command sets the mail-enabled public folder to accept messages only from distribution list (DL) members, effectively preventing users from sending email directly to the folder while still allowing them to create new items in the folder via Outlook. Ansver D is correct answer
upvoted 2 times
yaboo1617
1 year, 2 months ago
and then it keeps accepting messages from DL members...
upvoted 2 times
...
...
bullet091
1 year, 3 months ago
Selected Answer: B
Correct answer should be B Use the Disable-MailPublicFolder cmdlet to mail-disable a public folder. https://learn.microsoft.com/en-us/powershell/module/exchange/disable-mailpublicfolder?view=exchange-ps
upvoted 2 times
...
BigTone
1 year, 4 months ago
Selected Answer: B
I think this should be B, you need to block email posting, but allow posting through the app. Answer D would only allow messages from DLMember, by post or app https://learn.microsoft.com/en-us/exchange/collaboration/public-folders/mail-enable-or-disable?view=exchserver-2019
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 ...