You manage an Office 365 tenant that uses an Enterprise E1 subscription.
You need to ensure that users are informed when Exchange Online Protection quarantines email
messages.

A.
Enable-JournalRule
B.
New-RetentionPolicyTag
C.
Start-ManagedFolderAssistant
D.
Set-CsUser
E.
Set-CsPrivacyConfiguration
F.
Set-HostedContentFilterPolicy
G.
Set-MalwareFilterPolicy
H.
Set-MailboxJunkEmailConfiguration
Explanation:
Use the Set-MalwareFilterPolicy cmdlet to modify malware filter policies in your organization.
Example 1
This example modifies the malware filter policy named Contoso Malware Filter Policy with the
following settings:
Delete messages that contain malware.
Don’t notify the message sender when malware is detected in the message.
Notify the administrator admin@contoso.com when malware is detected in a message from an
internal sender.
Set-MalwareFilterPolicy -Identity “Contoso Malware Filter Policy” -Action DeleteMessage –
EnableInternalSenderAdminNotifications $true -InternalSenderAdminAddress admin@contoso.comSet-MalwareFilterPolicy
https://technet.microsoft.com/en-us/library/jj215689(v=exchg.150).aspx
G is a Wrong Answer.
The Set-MalwareFilterPolicy is used to notify the SENDERS that their e-mail contained malware.
Correct one is F. https://technet.microsoft.com/en-us/library/jj200781%28v=exchg.160%29.aspx
————————-
EnableEndUserSpamNotifications
The EnableEndUserSpamNotification parameter enables or disables sending end-user spam quarantine notification messages. Valid input for this parameter is $true or $false. The default value is $false.
End-user spam notification messages periodically alert users when they have messages in the quarantine. When you enable end-user spam notifications, you may also specify values for the EndUserSpamNotificationCustomFromAddress, EndUserSpamNotificationCustomFromName, and EndUserSpamNotificationCustomSubject parameters.
———————————–
0
0
“You need to ensure that users are informed when Exchange Online Protection quarantines email messages.”
There is nothing about users sending or receiving emails. But there is no way how to quarantine outgoing emails, just some notification.
so I guess H – Set-MailboxJunkEmailConfiguration is right.
0
0
Sure F is right, have no idea why I wrote H..
0
0
Agree with F as per Kon’s link also as Malware is not quarantined but deleted
https://technet.microsoft.com/en-us/library/exchange-online-antispam-and-antimalware-protection.aspx
0
0
Agree with F
0
0
Agree with F. See https://technet.microsoft.com/en-us/library/jj200781(v=exchg.160).aspx. Parameter -EnableEndUserSpamNotifications (The EnableEndUserSpamNotification parameter enables for disables sending end-user spam quarantine notification messages. Valid input for this parameter is $true or $false. The default value is $false).
0
0
F
0
0
F should be the correct answer agreed
0
0
F
0
0
G correct
F is Wrong >>> Set-HostedContentFilterPolicy only refer to SPAM, not quarantines
0
0
SPAM is quarantined or placed in the Junk folder.
Set-HostedContentFilterPolicy has many notification params
>>>> F
0
0
BTW, NEW 70-347 PDF Dumps from Google Drive for Free: https://drive.google.com/open?id=0B-ob6L_QjGLpfjdPREVKSzl1Qk92OExLdVF0RjN1QWZJdWhhbDEycFZKNzZMMUwtQ1pxeFE
0
1
F Set-HostedContentFilterPolicy with -EnableEndUserSpamNotifications parameter.
0
0
If you’re here and still convinced it’s G, then you’re gonna have a bad time.
0
0
Seems to be F :
https://blogs.office.com/2013/09/19/manage-spam-notifications-with-exchange-online-protection/
https://technet.microsoft.com/library/jj200781(v=exchg.160).aspx
https://technet.microsoft.com/en-us/library/dn467929(v=exchg.150).aspx
0
0
Both answers are possible. Set-HostedContentFilterPolicy is only available in cloud-based services where as Set-MalwareFilterPolicy is available in Exchange on-premises 2016 Server. The question doesn’t state if they are in the cloud or not. But the malware policy deletes, it doesn’t quarantine. The hosted policy does quarantine.
0
0