1

Is there a way to list all accounts that have Exchange (Exchange 2010, if it helps) admin access ?

Thank you.

EEAA
  • 109,363
  • 18
  • 175
  • 245

2 Answers2

1

Powershell could do this.

get-exchangeadministrator | format-list
serverstackqns
  • 764
  • 3
  • 16
  • 42
  • not available in exchange server 2010 ... seems this does not exist for exchange server 2007+: https://docs.microsoft.com/en-us/previous-versions/office/exchange-server-2007/aa996046(v=exchg.80) – Andreas Covidiot Aug 28 '18 at 10:57
0

The management roles assigned to a management role group determine what tasks can be performed by the members of the role group - View a List of Roles on a Role Group

mac
  • 11
  • 2