Afternoon,
I've been reading a few articles online on how to accomplish this task, however I thought I would go ahead and ask this question, at least for confirmation. (Apologize if someone presented this question before here)
If I wanted to apply permissions to all mailboxes (user mailboxes that is) inside my organization.
The following command should work here, correct?
Get-Mailbox | Add-Mailboxpermission -User Administrator -AccessRights FullAccess -InheritanceType All –Automapping $False
I looked at the following KB article below, however it seems that the syntax provided here had some unnecessary components. (It also wasn't calling out the Automapping command, which should stop mailboxes from importing into your Outlook client upon connection, if not mistaken that is)
support.microsoft.com/kb/2685435/en-us
If there is a better way to do this, then I am all ears. Any suggestions would be greatly appreciated.
Thanks.