I am brand new to exchange server 2010 and want to set up some transport rules. (using .plc.uk ) domain extension as an example.
• E-Mail will with keyword “PROTECT:” in subject message must be sent to .plc.uk E-Mail Addresses. CC,BCC sent to .plc.uk E-Mail Addresses.
• E-Mail from .plc.uk will only be allowed to be received by certain personnel, I have a list Tom Dick and Harry no one else other than these are allowed.
• Remote devices will not be allowed to download attachments for mail with keyword “PROTECT:” in subject E-Mails. They will be using Outlook Web App(OWA) or Outlook Anywhere
Are all three rules possible? or would I need to use message classification?
Could someone please help with Powershell cmdlet
Code:New-TransportRule -Name "PROTECT_TO_PLC" – ????? New-TransportRule -Name "PLC_TO_AUTHLIST" – ????? New-TransportRule -Name "PROTECT_NOT_TO_RD" – ?????


Reply With Quote