@Austin Sundar
You can take step below to running script for multiple mailboxes:
- Put CSV file and script in the same folder.
- Create a new .PS1 file contains script below: $users = Import-Csv c:/temp/users.csv
foreach ($user in $users){ .\ReadOnly_Permission.ps1 -Mailbox $user.mailbox -User $user.user -Access reviewer }
3) Switch EMS to this folder location and running the second script:
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.