You manage an Office 365 tenant that uses an Enterprise E1 subscription. You create a policy to record email messages for all recipients.
You observe that email messages are not being recorded.
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-HostedContentFilterPolicy cmdlet to modify the settings of content filter policies in your cloud-based organization.
Incorrect:
Not A: You can enable or disable specific journal rules in your organization at any time using the Enable-JournalRule and Disable-JournalRule cmdlets.
Not B: Use the New-RetentionPolicyTag cmdlet to create a retention tag.
Retention tags are used to apply retention settings to folders and individual items such as e-mail messages and voice mail. These settings specify how long a
message remains in a mailbox and the action to be taken when the message reaches the specified retention age. When a message reaches its retention age, it’s
moved to the user’s In-Place Archive or deleted.
Not C: The Set-CsUser cmdlet is used to modify a user account.
Not G: Use the Set-MalwareFilterPolicy cmdlet to modify malware filter policies in your organization.
Not H: Use the Set-MailboxJunkEmailConfiguration cmdlet to configure the junk email rule for specific mailboxes.
Set-HostedContentFilterPolicy
https://technet.microsoft.com/en-us/library/jj200781(v=exchg.150).aspx
The Set-HostedContentFilterPolicy cmdlet is used to modify the settings of content filter policies. The cmdlet is only applicable for Office 365 not on-premise.
The Start-ManagedFolderAssistant cmdlet is used to immediately start messaging records management (MRM) processing of mailboxes that you specify.
Shouldn’t the correct answer be C?
0
0
Should be A. Journaling is used to make a copy of all inbound and outbound emails.
0
0