After configuring permissions, perform comprehensive testing to ensure everything works correctly. Have the delegate user attempt to access the shared mailbox using both Outlook Web App and the desktop client.
Common issues and their solutions:
Access Denied Errors: If the user receives access denied messages, verify the permissions are properly configured and wait for full propagation (up to 60 minutes).
# Check current permissions
Get-MailboxPermission -Identity "target.user@company.com" | Format-Table User,AccessRights,IsInherited -AutoSize
Mailbox Not Appearing: In Outlook desktop, try removing and re-adding the account, or manually add the mailbox through Account Settings as described in Step 7.
Partial Access Issues: Ensure the user has Full Access permissions, not just folder-level permissions. Full Access is required for complete mailbox functionality.
Warning: Full Access permissions do not include Send As or Send on Behalf rights. If users need to send emails from the shared mailbox, configure these permissions separately in the Delegation tab of Exchange Admin Center.
If issues persist, check the user's license status and ensure both the mailbox owner and delegate have active Microsoft 365 licenses with Exchange Online included.
Verification: The delegate user should be able to read, create, modify, and delete emails in the shared mailbox, create folders, and access all mailbox features except sending (unless explicitly configured).