Microsoft 365 Messaging — Question 70
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?
Answer options
- A. Add-PublicFolderClientPermission "\folder1" -AccessRights None
- B. Disable-MailPublicFolder -Identity "\folder1"
- C. Enable-MailPublicFolder -Identity "\folder1" -HiddenFromAddressListsEnabled $True
- D. Set-MailPublicFolder -Identity "\folder1" -AcceptMessagesOnlyFromDLMembers
Correct answer: B
Explanation
The correct command is B, as disabling the mail-enabled public folder will stop users from sending emails to it while still allowing item creation through Outlook. The other options either do not prevent email posting (A, C, D) or are not relevant to the requirement of disabling email posting specifically.