PrepAway - Latest Free Exam Questions & Answers

Which Windows PowerShell cmdlet should you run?

You manage an Office 365 tenant that uses an Enterprise E1 subscription.
A user receives frequent email messages from a specific domain that are flagged as spam.
You need to ensure that the domain name is not flagged as spam for only the user.
Which Windows PowerShell cmdlet should you run? that gets past anti-spam filters and reaches the users’ mailboxes. With this cmdlet, users and administrators can make changes to the junk email rule that’s configured for a specific mailbox.

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-MailboxJunkEmailConfiguration cmdlet to configure the junk email rule for specific mailboxes.
The junk email rule helps Microsoft Outlook and Outlook Web App users to automatically remove any spam
Example: This example disables the junk email rule configuration for the user named David Pelton.
Set-MailboxJunkEmailConfiguration “David Pelton” -Enabled $false


Leave a Reply