You have an Exchange Server 2013 organization.
You create a public folder.
You assign an email address to the public folder.
You need to ensure that only a user named User1 can add content to the public folder by using
email.
Which cmdlet should you run?
A.
Set-MailPublicFolder
B.
Set-PublicFolder
C.
Set-Mailbox
D.
Add-PublicFolderCMentPermission
Set-MailBox AcceptMessagesOnlyFrom parameter specifies who is allowed (ensure that “ONLY” a user named User1 can add content to the public folder) to send messages to this recipient. Messages from other senders are rejected. You can use this cmdlet for one mailbox (you create “A” public folder!) at a time.
Set-MailPublicFolder cmdlet to configure the mail-related settings of mail-enabled public foldersSSSSSSSSSSS!
0
0
As per Exam Ref 70-341 Core Solutions of Microsoft Exchange Server 2013 (MCSE) page no.33
Another important consideration for when you mail-enable a public folder mailbox, is to
ensure that only authorized users can submit content via email. You can choose to accept emails
from individual recipients or members of a distribution group. Use the Set-MailPublicFolder
cmdlet with the AcceptMessagesOnlyFrom, AcceptMessagesOnlyFromDLMembers, or
AcceptMessagesOnlyFromSendersOrMembers parameters to assign appropriate sender
restrictions.
So the correct answer is A.)Set-MailPublicFolder
https://gallery.technet.microsoft.com/office/Exchange-on-premises-to-645ecb1a/file/143750/1/O365_technet.pdf
0
0
no.set-mailbox is right.
0
0