Global Admin not in Organization Management

Copper Contributor

We synched a few test accounts from our onsite AD and made one of them a global admin. That account can't see some features in the Security & Compliance center unless they're added to Organization Management. My understanding is that members of global admin are in Organization Management by default. Is there something I'm missing?


Thanks,
Brenden

1 Reply

There's a difference between Role Groups in Exchange and the SCC ones. The Global Admins are indeed added to Organizational Management for EAC as part of the TenantAdmins_XXXXX group:

 

Get-RoleGroupMember "Organization Management"

Name               RecipientType
----               -------------
TenantAdmins_c25d1 Group

This it not true for the SCC role group:

 

Get-RoleGroupMember OrganizationManagement

Name         RecipientType
----         -------------
Vasil Michev MailUser

So yeah, you have to add them manually.