PrepAway - Latest Free Exam Questions & Answers

You need to ensure that all emails with words “Free Credit Check” are rejected unless the email is sent to

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 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:
COURTESY OF DNS53 FROM UNITED STATES
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

2 Comments on “You need to ensure that all emails with words “Free Credit Check” are rejected unless the email is sent to

  1. Chris says:

    Set-ContentFilterConfig makes sense in order to bypass the domain.
    https://technet.microsoft.com/en-us/library/aa996791(v=exchg.150).aspx

    However, I don’t see how Set-ReipientFilterConfig can help to define the exception for the distribution list. In technet, I cannot find a parameter to allow exceptions. You can only define the block list which would cause the specified email addresses to not receive any mail.
    Quote from technet for the blockedlist parameter:
    The BlockListEnabled parameter specifies whether the Recipient Filter agent blocks messages sent to recipients listed in the BlockedRecipients parameter. Valid input for the BlockListEnabled parameter is $true or $false. The default setting is $false. When the BlockListEnabled parameter is set to $true, the Recipient Filter agent blocks messages sent to recipients listed in the BlockedRecipients parameter.




    0



    0

Leave a Reply