Microsoft 365 Messaging — Question 83
You have a Microsoft Exchange Online tenant.
You need to display a list of Exchange PowerShell management role entries that relate to the Reset Password role.
Which cmdlet should you run?
Answer options
- A. Get-ManagementRole
- B. Get-RoleAssignmentPolicy
- C. Get-ManagementRoleEntry
- D. Get-ManagementRoleAssignment
Correct answer: C
Explanation
The correct cmdlet is Get-ManagementRoleEntry, as it specifically retrieves role entries under a management role like Reset Password. Get-ManagementRole provides a list of all roles, while Get-RoleAssignmentPolicy and Get-ManagementRoleAssignment are not focused on role entries themselves.