You have an Exchange Server 2010 Service Pack 1 (SP1) organization named contoso.com. All users access their mailbox by using Microsoft Outlook 2010.
You need to ensure that the users can prevent sensitive email messages from being forwarded to other recipients.
What should you do first?
A.
Configure Transport Layer Security (TLS) on all Send connectors.
B.
Install Active Directory Rights Management Services (AD RMS).
C.
Run the Set-TransportConfig cmdlet.
D.
Deploy Secure MIME.
Explanation:
You have to have AD RMS in your environment first. Then, you can set the transport configuration.Get-RMSTemplate | fl
New-TransportRule -Name “Protect-BusinessCriticalProject” -SubjectContainsWords “Business Critical” -ApplyRightsProtectionTemplate “Do Not Forward”Reference:
http://technet.microsoft.com/en-us/library/dd302432.aspx
http://technet.microsoft.com/en-us/library/dd351035