question

Kevin-6515 avatar image
0 Votes"
Kevin-6515 asked KyleXu-MSFT answered

what level of admin can user modify spam filter in exchange aside from Global admin?

I am trying to assing a role in admin center for one of our user to modify spam filter in exchange. What the least admin roles in exchange i can assign to him except global admin?

office-exchange-server-administrationoffice-exchange-online-itpromicrosoft-graph-mail
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

I dont think this is related to Microsoft Graph. Adding right tags to assist. But if its related Graph API, do let me know.

0 Votes 0 ·
Kevin-6515 avatar image
0 Votes"
Kevin-6515 answered

Thank you any help woould be very much appreciated

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

KyleXu-MSFT avatar image
0 Votes"
KyleXu-MSFT answered

@Kevin-6515

You can use command below to check what permission needed for a command:

 Get-ManagementRoleEntry -Identity *\command

Such as, if you want a mailbox could manage "Connection Filter" in Exchange online, we could use command below to check which permission needed for this command:

79974-qa-kyle-10-07-42.png

Then add this mailbox into this permission group, this mailbox will could manage Connection Filter:
79975-qa-kyle-10-08-29.png
79898-qa-kyle-10-09-14.png

This permission group has some other command permission, so this mailbox also have some other permission. If you still want to narrow the scope of permission, you could follow this article: Using Role-based Access Control (RBAC) To Manage Administrator Permissions (It also suitable for Exchange online)


If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.



5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.