Forum Discussion
Sebjogro
Feb 23, 2022Copper Contributor
RBAC - Automated membership?
Hello all, We have created a separate Role Group in Exchange Online for our Helpdesk. So far the accounts are directly entered as members. I would like to automate the membership. Our helpdesk emp...
- Feb 23, 2022There's no automated method, but you can easily run a PowerShell script that gets a list of all users matching a specific attribute value and add them as members of the MESG. Even schedule it to run periodically as needed.
VasilMichev
Feb 23, 2022MVP
There's no automated method, but you can easily run a PowerShell script that gets a list of all users matching a specific attribute value and add them as members of the MESG. Even schedule it to run periodically as needed.
Sebjogro
Feb 24, 2022Copper Contributor
Yes, I thought so. With the script is a good idea, I'll give it a try, thanks