| Posted by: Lemonde - 06 May 2020 12:30:52 |
|---|
| 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? |
| Posted by: Lemonde - 06 May 2020 13:41:43 |
|---|
| 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. |