HOTSPOT
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:
Explanation:
https://technet.microsoft.com/en-us/library/bb123981(v=exchg.160).aspx
https://technet.microsoft.com/en-gb/library/jj619307(v=exchg.150).aspx
Set-DistributionConfig [do not configure -MailTip]
https://technet.microsoft.com/en-us/library/bb124955(v=exchg.160).aspx
Set-Mailbox
https://technet.microsoft.com/en-us/library/bb123981(v=exchg.160).aspx
As my friend Flo said to me:
Set-OrganizationConfig -MailTipsLargeAudienceThreshold 100 (Default is 25)
Set-Mailbox “Service1” -MailTip “unmonitored
https://technet.microsoft.com/en-us/library/aa997443(v=exchg.160).aspx
nice work!! Thanks!!
Agreed
Agreed
I got this question.
I went with Mat’s answer