How to grant full permissions to all Exchange Mailboxes
Get-Mailbox -ResultSize unlimited -Filter {(RecipientTypeDetails -eq 'UserMailbox') -and (Alias -ne 'Admin')} | Add-MailboxPermission -User <username> -AccessRights fullaccess -InheritanceType all
http://help.outlook.com/en-us/140/gg709759.aspx
https://www.cogmotive.com/blog/office-365-tips/grant-full-access-to-all-mailboxes-in-office-365
http://support.microsoft.com/kb/2685435
https://www.cogmotive.com/blog/office-365-tips/grant-full-access-to-all-mailboxes-in-office-365
http://support.microsoft.com/kb/2685435
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.