Categories

Problem Statement:

How do I remove user access to Mailbox


Solution:

In this article you will learn how to remove User Access to Mailbox using PowerShell and CoreView.


Using PowerShell:


Use the Remove-MailboxPermission cmdlet to remove permissions from a user's mailbox or from an Exchange Server 2016, Exchange Server 2019 or Exchange Online mail user. 


The Remove-MailboxPermission cmdlet allows you to remove permissions from a user's mailbox, for example, removing full access to another user's mailbox.

You need to be assigned permissions before you can run this cmdlet.

To find the permissions required to run any cmdlet or parameter in your organization, see Find the permissions required to run any Exchange cmdlet.


Syntax:

Remove-MailboxPermission  

Example:

Remove-MailboxPermission -Identity "CoreView Demo" -User "Test User" -AccessRights FullAccess -InheritanceType All

This example removes Test User's full access permission to  CoreView Demo mailbox. 


To learn more about Remove-MailboxPermission cmdlet kindly refer this link.


Using CoreView:


Using CoreView you can remove mailbox permission rights (including send as permission) that the selected user has on other mailboxes.

  • Go to CoreView portal
  • Under Actions click on Management Actions and choose Mailbox. From different mailbox action items select 'Remove user access to Mailbox'. (refer screenshot below).


  • You will be presented with "Remove User Access to Mailboxes" screen.
  • Select the delegate that you want to remove access to mailbox




On the next screen select the mailboxes you want to remove access to the user.



Finally review and submit the form



There is another action available in CoreView to remove delegates from Mailbox. For more details kindly refer link - How to remove delegates from Mailbox


Visit our main web site for more information.