PrepAway - Latest Free Exam Questions & Answers

You need to ensure that all emails with the words “Free…

You have network contoso.com. contoso.com consist of AD DS Domain contoso.com.
All Servers running Windows Server 2012 and all Clients running Windows 8 Pro.
Server1 runs Mailbox Server Role and Client Access Server Role.
You are configuring Anti-Spam Filtering on Server1.
You need to ensure that all emails with the words “Free Credit Check” are rejected unless the email is sent to
Finance Distribution Group.
You also need to ensure that all emails from partner company
Domain name adatum.com bypass the Anti-Spam Filter.
You run the Add-ContentFilterPhrase and add the words “Free Credit Check”
What should you do next?

PrepAway - Latest Free Exam Questions & Answers

A.
Run the Set-TransportConfig and Set-ContentFilterConfig

B.
Run the Set-SenderReputationConfig and Set-TransportConfig

C.
Run the Set-ContentFilterConfig and Set-RecipientFilterConfig

D.
Run the Set-SenderFilterConfig and Set-RecipientFilterConfig

Explanation:
NOT A
Set-TransportConfig not required in this scenario
Use the Set-TransportConfig cmdlet to modify the transport configuration settings for the whole Exchange
organization.
NOT B
Set-TransportConfig not required in this scenario
Use the Set-TransportConfig cmdlet to modify the transport configuration settings for the whole Exchange
organization.
Use the Set-SenderReputationConfig cmdlet to modify the sender reputation configuration on a Mailbox server
or an Edge Transport server.
EXAMPLE 1
This example makes the following modifications to the sender reputation configuration:
It sets the sender reputation action to block all senders whose sender reputation level (SRL) rating exceeds the
SRL threshold.
It sets the SRL blocking threshold to 6.
It sets the number of hours that senders are put on the blocked senders list to 36 hours.
Set-SenderReputationConfig -SenderBlockingEnabled $true -SrlBlockThreshold 6 -SenderBlockingPeriod 36
NOT D
Who sent the emails is not required in this scenario
Use the Set-SenderFilterConfig cmdlet to modify the Sender Filter agent configuration.
EXAMPLE 1
This example makes the following modifications to the Sender Filter agent configuration:
It enables blocking of blank senders.
It blocks messages from lucernepublishing.com and all subdomains.
It adds user1@contoso.com and user2@contoso.com to the blocked senders list without affecting any existing
entries.
Set-SenderFilterConfig -BlankSenderBlockingEnabled $true -BlockedDomainsAndSubdomains
lucernepublishing.com -BlockedSenders @{Add=”user1@contoso.com”,”user2@contoso.com”}
C
Use the Set-ContentFilterConfig cmdlet to modify the content filter configuration on a Mailbox server or an Edge
Transport server.
EXAMPLE 1
This example specifies the sender domain woodgrovebank.com as a bypassed domain. Messages received
from that domain bypass the Content Filter agent.
Set-ContentFilterConfig -BypassedSenderDomains woodgrovebank.com
Use the Set-RecipientFilterConfig cmdlet to enable and configure the Recipient Filter agent.
EXAMPLE 2
This example makes the following changes to the Recipient Filter agent configuration:
Enables the Blocked Recipients list.
Adds two users to the Blocked Recipients list.
Set-RecipientFilterConfig -BlockListEnabled $true -BlockedRecipients
user1@contoso.com,user2@contoso.com
Set-ContentFilterConfig: Exchange 2013 Help
Set-RecipientFilterConfig: Exchange 2013 Help


Leave a Reply