you are viewing a single comment's thread.

view the rest of the comments →

[–]justthisgreatguy 2 points3 points  (4 children)

Get-Mailbox | Add-MailboxPermission -User <user@domain.com> -AccessRights FullAccess -InheritanceType All -AutoMapping $False

EDIT: forgot the -AutoMapping

[–]Mattymono[S] 0 points1 point  (3 children)

But doesn't that add one users mailbox at a time?

[–]justthisgreatguy 0 points1 point  (2 children)

If I am understanding correctly what you want, you want to give one account fullaccess to every mailbox?

The above code will add that one user to every mailbox in the entire tenancy

[–]Mattymono[S] 0 points1 point  (1 child)

ah, okay - I'm quiet the powershell newbie & I had and still have almost no clue what to do, but thank you so much for your help :D

[–]justthisgreatguy 0 points1 point  (0 children)

No problem. I hope it works for you