Hi @Tellenbach Stefan ,
Welcome to the Microsoft Q&A platform!
Based on your description, you are experiencing display issues in the Exchange admin center. Here are a few steps you can try to resolve this issue:
- Sometimes cached data can cause display issues. Clearing the cache in Edge and Chrome may help.
- Make sure you have the permissions required to view all mailboxes. Sometimes, missing permissions may cause some mailboxes to be hidden.
- You can use PowerShell to verify that the mailbox exists and is configured correctly. Connect to Exchange Online PowerShell and run the following command:
Get-Mailbox -ResultSize Unlimited | Where-Object { $_.LastName -like "F*" }
This will list all mailboxes with a last name that starts with "F".
- Disable any browser extensions that may interfere with the display of the Exchange admin center.
- Since you mentioned that Incognito mode works, it may be worth comparing the settings and extensions between normal mode and Incognito mode to determine any differences.
Please feel free to contact me for any updates. And if this helps, don't forget to mark it as an answer.
Best,
Jake Zhang