Implementing a Hybrid and Secure Messaging Platform (legacy) — Question 30
You deploy a Microsoft Exchange Server 2019 organization.
You need to ensure that users of all new mailboxes are prevented from editing their personal information.
What should you do?
Answer options
- A. From PowerShell, run the New-RoleGroup cmdlet and specify the ""CustomRecipientWriteScope parameter.
- B. From the Exchange admin center, create a new role assignment policy.
- C. From the Exchange admin center, create a new role group and assign the role group to Domain users.
- D. From PowerShell, run the New-RoleAssignmentPolicy cmdlet and specify the ""isDefault parameter.
Correct answer: D
Explanation
The correct answer is D because running the New-RoleAssignmentPolicy cmdlet with the 'isDefault' parameter creates a policy that restricts users from editing their personal information. Option A refers to creating a role group, which does not directly manage mailbox editing permissions. Option B involves creating a role assignment policy but does not specify the necessary parameters for the requirement. Option C also creates a role group, which is not the correct action needed for this scenario.