exam questions

Exam 70-342 All Questions

View all questions & answers for the 70-342 exam

Exam 70-342 topic 1 question 83 discussion

Actual exam question from Microsoft's 70-342
Question #: 83
Topic #: 1
[All 70-342 Questions]

You have an Exchange Server 2013 organization.
A member of the legal department reports that Information Rights Management (IRM)-protected messages are included in the results when performing an In-Place eDiscovery search.
You need to ensure that the IRM-protected messages are excluded from the results.
What should you do?

  • A. From the Exchange Admin Center, modify the permissions of the discovery mailbox.
  • B. From Windows PowerShell, run the Set-MailboxSearch cmdlet.
  • C. From the Exchange Admin Center, run the In-Place eDiscovery & Hold wizard.
  • D. From Windows PowerShell, run the Set-IRMConfiguration cmdlet.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️
See Note below.
Use the Shell to configure IRM for Exchange Search
This example configures IRM to allow Exchange Search to index IRM-protected messages.
Set-IRMConfiguration -SearchEnabled $true
Note: By default, the SearchEnabled parameter is set to $true. To disable indexing of IRM- protected messages, set it to $false. Disabling indexing of IRM- protected messages prevents them from being returned in search results when users search their mailbox or when discovery managers use In-Place eDiscovery.
Reference: Configure IRM for Exchange Search and In-Place eDiscovery https://technet.microsoft.com/en-us/library/gg588319(v=exchg.150).aspx

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Currently there are no comments in this discussion, be the first to comment!
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...