Microsoft 365 features that help users manage their subscriptions, account settings, and billing information.
Hi Dave,
May I know which kind of environment you have set up. Is it ADFS/DirSync or Hybrid deployment? Please provide us with the detailed information about this.
Moreover, using theRemove-MailboxPermission cmdlet to remove permissions from the shared mailbox to check this issue.
To do this, follow these steps:
Connect to Exchange Online by using remote PowerShell: Connect to Exchange Online Using Remote PowerShell
Remove full access permissions for the user from the mailbox.
Remove-MailboxPermission -Identity <Mailbox ID1> -User <Mailbox ID2> -AccessRights FullAccess -InheritanceType All
For your reference: Remove-MailboxPermission
Best regards,
Shyamal