How to Find the Management Roles Assigned to a User in Exchange 2010
How
to Find the Management Roles Assigned to a User in Exchange 2010:
Get-ManagementRoleAssignment
-GetEffectiveUsers
| Where-Object
{$_.EffectiveUserName –eq "Username"} |
select-object
Role