What command should you use?

HOTSPOT
You manage an Exchange Server 2013 organization for an investment company at which brokers are restricted
from communicating with market researchers. You need to prevent members of a group named AllBrokers
from using email to share confidential information with members of a group named AllResearchers. The
solution must ensure that when an email message is rejected, the sender receives a custom notification of
“Communication Not Permitted of Compliance Reasons”.
What command should you use? To answer, select the appropriate options in the answer area.
Hot Area:

HOTSPOT
You manage an Exchange Server 2013 organization for an investment company at which brokers are restricted
from communicating with market researchers. You need to prevent members of a group named AllBrokers
from using email to share confidential information with members of a group named AllResearchers. The
solution must ensure that when an email message is rejected, the sender receives a custom notification of
“Communication Not Permitted of Compliance Reasons”.
What command should you use? To answer, select the appropriate options in the answer area.
Hot Area:

Answer:

Explanation:
This example creates a transport rule with the following condition:
Between distribution list and distribution list. The first condition property value is the distribution group SalesGroup. The second condition property value is the distribution group Brokerage-Group.
The rule also has the following exceptions:
With text patterns in the subject. The value for this exception is Press Release or Corporate
Communication.
From people. The values for this exception are the users Tony Smith and Pilar Ackerman.
The following action will be applied to any messages that match the “Between distribution list and distribution
list” condition, but doesn’t match the “with text patterns in the subject” or “from people” exceptions:
Send reject message to sender The value for this action is: Email messages sent between the Sales
department and the Brokerage department are prohibited.
New-TransportRule “BlockMessagesBetweenSalesAndBrokerage” -BetweenMemberOf1 “Sales-Group” –
BetweenMemberOf2 “Brokerage-Group” -ExceptIfFrom “Tony Smith”,”Pilar Ackerman” –
ExceptIfSubjectContainsWords “Press Release”,”Corporate Communication” –
RejectMessageEnhancedStatusCode “5.7.1” -RejectMessageReasonText “Email messages sent between the
Sales department and the Brokerage department are prohibited.”

https://technet.microsoft.com/en-us/library/bb125138%28v=exchg.150%29.aspx



Leave a Reply 0

Your email address will not be published. Required fields are marked *