Exporting the "Admin Roles" in "Exchange admin center" - Permissions

Hi,

How can I export (to TXT or CSV) the “Admin Roles” in “Exchange admin center” - Permissions (Highlighted in RED).

I tried several commands like Get-ManagementRole, etc but i am just not able to get a handle to it.

Please help

Thanks

 

I think this may help you.

Get-RoleGroup | Select-Object -ExpandProperty Name | Sort-Object

[quote quote=232867]I think this may help you.

<textarea class="ace_text-input" style="opacity: 0; height: 18px; width: 7px; left: 254px; top: 0px;" spellcheck="false" wrap="off"></textarea>
1
2
Get-RoleGroup | Select-Object -ExpandProperty Name | Sort-Object
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
[/quote] Thanks Doug. Works great.

Took it a step further to extract some of the needed sub components

Get-RoleGroup | select-object SamAccountName, Identity, managedby, members, Roles, RoleAssignments