You work as a Messaging Administrator at ABC.com. The ABC.com network consists of an Active
Directory Domain Services (AD DS) domain named ABC.com. All servers run Windows Server
2012 and all client computers run Windows 8 Pro.
A server named ABC-EX01 runs the Mailbox server and Client Access server roles.
You are configuring the anti-spam filtering on ABC-EX01.
You need to ensure that all emails with the words “Free credit check” are rejected unless the email
is sent to the Finance distribution group.
You also need to ensure that all email from a partner company domain named
RedbridgeAssociates.com bypasses the anti-spam filter.
You run the Add-ContentFilterPhrase cmdlet and add the words “Free credit check”.
What should you do next?

A.
Run the Set-TransportConfig and Set-ContentFilterConfig cmdlets.
B.
Run the Set-SenderReputationConfig and Set-TransportConfig cmdlets.
C.
Run the Set-ContentFilterConfig and Set-RecipientFilterConfig cmdlets.
D.
Run the Set-SenderFilterConfig and the Set-RecipientFilterConfig cmdlets.
Explanation:
Correct answer: A
Why? Because we definitely need Set-ContentFilterConfig . That leaves us with A and C.
C has also Set-RecipientFilterConfig, which is totally useless for the purpose of this setup, as it can only block emails to certain recipients(here we need to bypass, which is done also with the Set-ContentFilterConfig).
Answer “A” includes Set-TransportConfig, which is used in to Enable anti-spam functionality on Mailbox servers: https://technet.microsoft.com/en-gb/library/bb201691(v=exchg.150).aspx
0
0