Add-MailboxPermission SF-Conference -AccessRights FullAccess -user admin1234(where SF-Conference is the mailbox to assign rights to, and admin1234 is the user who gets the rights)
And here's a one-liner that will do the same to all users in the Exchange organization:
Get-Mailbox | Add-MailboxPermission -AccessRights FullAccess -user admin1234





.png)

0 comments:
Post a Comment
Thank you for your comment! It is my hope that you find the information here useful. Let others know if this post helped you out, or if you have a comment or further information.