MS-102 · Question #484
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might…
The correct answer is B. No. This solution does NOT meet the goal. Restricting eDiscovery search scope to specific users (such as those in the United States) requires configuring Compliance Boundaries using the New-ComplianceBoundary and New-ComplianceSecurityFilter PowerShell cmdlets. While PowerShell is…
Question
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You have a Microsoft 365 subscription. From the Security & Compliance admin center, you create a role group named US eDiscovery Managers by copying the eDiscovery Manager role group. You need to ensure that the users in the new role group can only perform content searches of mailbox content for users in the United States. Solution: From Windows PowerShell, you run the New-AzureRmRoleAssignment cmdlet with the appropriate parameters. Does this meet the goal?
Options
- AYes
- BNo
How the community answered
(23 responses)- A39% (9)
- B61% (14)
Explanation
This solution does NOT meet the goal. Restricting eDiscovery search scope to specific users (such as those in the United States) requires configuring Compliance Boundaries using the New-ComplianceBoundary and New-ComplianceSecurityFilter PowerShell cmdlets. While PowerShell is indeed the correct tool, simply running an unspecified or incorrect PowerShell command (as implied by the truncated solution) is insufficient. The proper approach requires creating a compliance security filter that ties the role group to a specific user attribute (e.g., Country = US) using New-ComplianceSecurityFilter, not just any PowerShell command.
Topics
Community Discussion
No community discussion yet for this question.