Microsoft 365 features that help users manage their subscriptions, account settings, and billing information.
Hi Sounder,
This warning message in PowerShell occurs whenever a new mailbox has no data/email or the mailbox is not yet opened. Please try sending an email or login to the mailbox account with either OWA or the Outlook client. Now after sending a mail and/or opening the mailbox, the later (second result) will appear and show no logon information, as the mailbox was not yet setup on an Outlook client and/or not yet accessed in OWA.
Based on my test, I have created a new mailbox (issa). It takes time for Office 365 to create the mailbox and you can check if it is created by the command Get-Mailbox (alias)
After running the same cmdlet, I also got this warning. Now we need to send a mail to this mailbox. You can follow this PowerShell command to send an email, and this requires you to enter your mailbox credentials:
Now when I run the command Get-Mailboxtatisctics, it will not have the warning and will show the logon information.
You can also modify the command with another pipe to display the item count, Storage status and Last logon time, using this command:
Get-Mailbox (alias) | Get-MailboxStatistics | Ft -auto
If the warning still occurs after sending an email or logging on to the new mailbox, please provide the following information to troubleshoot:
- The type of mailbox that was created (discovery mailbox, Resource, Shared mailbox, etc…).
- The subscription plan of your Office 365.
Looking forward to your updates.
Best Regards,
Ruel
[Updated by Ruel Mayoya MSFT Support, 9:29 AM, Jan, 18, 2016 (UTC)]