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.
Which Windows PowerShell cmdlet should you run?
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
https://technet.microsoft.com/en-us/library/jj215689(v=exchg.150).aspx
I suggest F.
Set-HostedContentFilterPolicy -Identity [-EnableEndUserSpamNotifications ]
-EndUserSpamNotificationCustomFromAddress
-EndUserSpamNotificationCustomFromName
-EndUserSpamNotificationCustomSubject
-EndUserSpamNotificationFrequency
-EndUserSpamNotificationLanguage
-EndUserSpamNotificationLimit
https://technet.microsoft.com/en-us/library/jj200781(v=exchg.160).aspx
Agreed.
Agreed. Provided solution is for on-premise Exchange 2013; not Office365
Set-MalwareFilterPolicy:
This cmdlet is available in on-premises Exchange Server 2016 and in the cloud-based service. (https://technet.microsoft.com/en-us/library/jj215689(v=exchg.160).aspx)
I would choose F (Set-HostedContentFilterPolicy) too because it has the EnableEndUserSpamNotifications parameter whereas Set-MalwareFilterPolicy doesn’t.
+1
https://technet.microsoft.com/en-us/library/jj200684(v=exchg.150).aspx