MC222773 - Microsoft has made a change to Exchange Online in order to correct the way unlicensed mailbox access is handled. This change may cause Shared mailboxes to be inaccessible due to a license expired error.
The mailbox isn't available. This may have occurred because the license for the mailbox has expired. To find out how to gain access to this mailbox again, contact the person who manages your email account.
Outlook Shared mailboxes inaccessible due to license expired error
Users can ignore this if not experiencing the license expired error message.⚡️ What is the impact ?
Delegates who access shared mailboxes might no longer have access to the mailbox. This occurs because both On-Prem AD as well as Azure AD see the mailbox as Shared, but Exchange Online still sees the mailbox as a User mailbox.⛏️ How to resolve and fix ?
If you are experiencing the error message that the license has expired and the mailbox is showing as a shared mailbox in both On-Prem AD and Azure AD but in Exchange Online it is not a shared mailbox, run the following cmdlet using Exchange Online PowerShellYou may need to contact your Office 365 Tenant Admin to prevent or fix this issue.
Set-Mailbox -Type Shared
Comments:
More Posts related to Microsoft,
- Lost your iPhone? Regenerate QR Code for Microsoft Authenticator App
- What is Microsoft 365 Message You are using more licenses on your trial than what you will purchase once the free trial ends.
- Power BI error Something went wrong, unable to read the application metadata
- How to save a file as csv in Windows Notepad?
- You're not on Teams yet, but you can set it up for your organization. [Microsoft Teams Login Error]
- Fix- Microsoft Word Pages Appear Black
- How To Remove Only Conditional Formatting in Excel
- How to record PowerPoint slide show presentation on Mac - narration, slide timings, ink gestures
- Fix 0x80070194 Error When Opening Microsoft OneDrive File
- 0xCAA20003: You ran into an authorization problem. [Microsoft]
- PowerShell git: The term git is not recognized as the name of a cmdlet
- Remove mailto link from Microsoft 365 Word Document Email Text
- How to take a screenshot on Microsoft Windows OS on PC or Laptop
- How to Force Quit Microsoft Excel Application on Mac
- [fix] Microsoft Error Code 0x80004005 - Unspecified error
- How to Delete a Sheet in Excel on Mac
- How to add Business Users using Microsoft 365 Admin Center
- [Microsoft Teams 4c7] Modern authentication failed here, but you'll still be able to sign in. Your status code is 4c7 error
- Fix Microsoft Store Error Code: 0x80072EFD
- How to add Data Analysis Add-in in Excel on Mac
- How to Select Two Separate Columns in Excel on Mac
- Internet Explorer browser auto redirect to Microsoft Edge for compatibility with modern web sites
- How to Create Absolute References in Microsoft Excel for Mac
- What is FCM Messages Test Notification! [Microsoft Teams] [Google Hangouts]
- How to Sync Microsoft Teams Calendar with Mac Calendar
More Posts:
- Copy file from a remote server to current local directory system using SCP command - HowTos
- Java JDBC Connection with MySQL Driver in VS Code + Troubleshooting - Java
- How to extend retiring SharePoint 2010 Workflows and continue with Office 365 - SharePoint
- How to add hint text in bootstrap input text field and text area - Bootstrap
- How to Subscribe to AWS SNS Topic [SMS/Email/Lambda] via CLI - AWS
- How to create a Git Project in Eclipse (Step-by-step) - Eclipse
- Install Oh My Zsh on Ubuntu Docker complete steps - Ubuntu
- Selenium Maven Dependency for pom.xml - Java
Should I convert the mailbox to a shared one?
Use this script to get and check all users with mailbox but no Exchange license
get-mailbox | where {($_.recipienttypedetails -ne “Discoverymailbox”) -and ($_.skuassigned -ne “True”)} | ft name,skuassign*
Reference link - https://johnyassa.blog/tag/the-mailbox-isnt-available-this-may-have-occurred-because-the-license-for-the-mailbox-has-expired/