Our multi Tenant environment has been running for quite a while now without any issues but when I go to create a new mailbox in one of my organizations, it prompts with
"No mailbox plans exists. Mailboxes can't be created without a mailbox plan. Use New-MailboxPlan to create a mailbox Plan"
If a do get-MailboxPlan.............blank
If I go to "C:\Program Files\Microsoft\Exchange Server\V14\ClientAccess\ServicePlans”. I see my Service Plan File and inside the MailboxPlan has
<MailboxPlan Name="DefaultMailboxPlan" MailboxPlanIndex="0" ProvisionAsDefault="true">
Am I missing a parameter with my new-mailbox command?
New-Mailbox –Organization “My Org” –FirstName test –LastName user –DisplayName “test User" –Name “test user" –UserPrincipalName
“testuser@myorg.co.uk"
Thanks
Phil
Philip Walker