PrepAway - Latest Free Exam Questions & Answers

You need to ensure that users are informed when Exchange Online Protection quarantines email messages.

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.

PrepAway - Latest Free Exam Questions & Answers

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.com

Set-MalwareFilterPolicy
https://technet.microsoft.com/en-us/library/jj215689(v=exchg.150).aspx

16 Comments on “You need to ensure that users are informed when Exchange Online Protection quarantines email messages.

  1. Kon says:

    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
    1. Anna says:

      “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
  2. nyx says:

    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

Leave a Reply