How to define Exchange 2013 default database for New Mailboxes

Statut
N'est pas ouverte pour d'autres réponses.

Xavier Mustin

Administrator
Staff member
#1
Just we would need to suspend all the other databases from provisioning and leave the one you want to provision to allow.

Please follow the below cmdlets

Get-MailboxDatabase | Set-MailboxDatabase -IsSuspendedFromProvisioning $true
Set-MailboxDatabase <DatabaseYouWantToUse> -IsSuspendedFromProvisioning $false
 
Statut
N'est pas ouverte pour d'autres réponses.
Haut