Get-MailboxPermission -identity [Mailbox-Alias]
Where:
- [Mailbox-Alias] = Alias of the mailbox you want to check the permissions on
Remove-MailboxPermission -identity [Mailbox-Alias] -user [User to remove] -AccessRights FullAccess -Deny
Where:
- [Mailbox-Alias] = Alias of the mailbox you change to change the permissions on
- [User to remove] = The user (or user group) you want to remove the Deny permissions for
Example:
Remove-MailboxPermission -identity joe.bloggs -user “Domain Admins” -AccessRights FullAccess -DenyOnce you have done this you should now try and gain access to the mailbox again and this should now allow you to have the permissions you wanted.
COMMENTS
If you have any questions or comments on this guide, please feel free to leave us a message below using our comments system and we will get back to you as soon as we can.Discover more from TechyGeeksHome
Subscribe to get the latest posts sent to your email.