Lemonde
  • Lemonde
  • 100% (Exalted)
  • Advanced Member Topic Starter
3 years ago
When creating a user from scratch to a new OU with the Exchange 2016 web admin page, we are seeing:

Load balancing failed to find a valid mailbox database.

We run no load-balancing, so what does this mean?
Sponsor

Want to thank us? Use: Patreon or PayPal or Bitcoins: bc1q4whppe29dw77rm4kv4pln0gqae4yjnxly0dny0hky6yhnafukzjsyrsqhk

All opinions expressed within these pages are sent in by members of the public or by our staff in their spare time, and as such do not represent any opinion held by sircles.net Ltd or their partners.


Lemonde
  • Lemonde
  • 100% (Exalted)
  • Advanced Member Topic Starter
3 years ago
Ok so the database had decided it was set to no provisioning ..?

using Get-MailboxDatabase | FT Name, IsExcludedfromProvisioning, IsSuspendedFromProvisioning we found the DB name and then using

Set-MailboxDatabase "MailboxDatabaseName" -IsExcludedFromProvisioning $false we set it back to false and created the user without a problem.