You have an Exchange Server 2016 organization.
All users use Microsoft Outlook 2016.
You need to configure the Exchange Server organization to meet following requirements:
Users must be prevented from receiving a notification when they attempt to send an email message to
distribution groups that contain less than 100 members.
Users must be notified before they send email messages to an unmonitored mailbox named Service1.Which cmdlet should you run to meet each requirement? To answer, drag appropriate cmdlets to the correct
requirements.
Each cmdlet must be used once, more than once, or not at all. You may need to drag the split bar between
panes or scroll to view content.
Hot Area:

Set-OrganizationConfig as policytipconfig doesn´t have the large audeince attribute
0
0
That’s correct:
Set-OrganizationConfig -MailTipsLargeAudienceThreshold 100
Set-Mailbox “Service1” -MailTip “unmonitored”
0
0
Besides, part of the latest 104Q 70-345 dumps are available here:
https://drive.google.com/open?id=0B-ob6L_QjGLpck5vRk5XUVFQb00
Best Regards!
0
0
Seems like it should be Set-PolicyTipConfig for both.
https://technet.microsoft.com/en-us/library/jj215660(v=exchg.160).aspx
0
0
So as to say, Set-Mailbox doesn’t have any parameter like “-StopNotificationForUnmonitoredMailboxes”
0
0