Your company has an Exchange Server 2016 organization. The organization contains two Mailbox severs and
one Edge Transport server
You need to modify the anti-spam strategy of the organization to resolve the following issues:
Users in the marketing department report that most email messages identified as spam are legitimate.
Users in the human resources department report that they receive hundreds of email messages daily, which
contain the phrase Tree Vacation”.
Which cmdlet should you use to resolve each issue? To answer, select the appropriate options in the answer
area.
Hot Area:

Set-distributiongroup does not have any options for adjusting SCL, but there are two other options.
To turn off junk filtering entirely for just the Marketing department, use
get-distributiongroup | set-mailbox -AntispamBypassEnabled $True
Or use Set-Mailbox -SCLDeleteEnabled -SCLDeleteThreshold -SCLRejectEnabled -SCLRejectThreshold -SCLQuarantineEnabled -SCLQuarantineThreshold -SCLJunkEnabled -SCLJunkThreshold to adjust the settings
Since the question is states one group is reporting the issue and not the entire organization, the set-mailbox is the better fit.
For the second question, set-contentfilterconfig is the least wrong since the SCL levels could be configured, but the correct option should be add-contentfilterphrase -phrase “Free Vacation” -influence BadWord
0
0
Agreed with Rodsaw’s answer. If you see Add-ContentFilterPhrase in your exam go with this option.
0
0
“get-distributiongroup | set-mailbox -AntispamBypassEnabled $True”
It will not work, is it really difficult to verify?
Here you need to apply the exclusion method
Set-Mailbox. This solution is for one user. Does not suit us.
Set-OrganizationConfig. This solution is for all users. Does not suit us.
Set-TransportConfig. This solution is incorrect, because the cmdlet does not contain the required settings.
1
0
update
I was wrong, the answer in the first case – set-mailbox
1
0
What’s more, part of that new 104Q 70-345 dumps FYI:
https://drive.google.com/open?id=0B-ob6L_QjGLpck5vRk5XUVFQb00
Best Regards!
0
0
644/5000
Good Morning,
I approved yesterday 725. IN Madrid
40 mixed 31 questions, two case studies:
Fabrikam new questions, similar but with different answers:
Relecloud – Was the test question
15 new questions:
How to increase the number of mailbox to move?
MSExchangeMailboxReplication.exe.config
Azure AD Connect:
https://docs.microsoft.com/en-us/azure/active-directory/connect/active-directory-aadconnect-ports
Role Based Permissions in Exchange Server 2016
http://msexchangeguru.com/2015/12/18/rbac-2016/
AD network structure
Encrypted message
Transport services Edge servers
Good luck
0
0
Passed today with a 775. All questions from this dump and the other 345 dump were on the test. I actually had to intentionally answer a few questions incorrectly so it wouldn’t be too obvious.
1
0
“get-distributiongroup | set-mailbox -AntispamBypassEnabled $True”
It will not work, is it really difficult to verify?
Here you need to apply the exclusion method
Set-Mailbox. This solution is for one user. Does not suit us.
Set-OrganizationConfig. This solution is for all users. Does not suit us.
Set-TransportConfig. This solution is incorrect, because the cmdlet does not contain the required settings.
0
0