Displays the status of default provisioning of mailboxes:
Get-MailboxDatabase -Server EXCHANGE19| select Name,ServerName,IsExcludedFromProvisioning
Set a mailbox as excluded from provisioning by default:
Set-MailboxDatabase "Public Folders Database 2019" -IsExcludedFromProvisioning $true
Note: even if excluded from default provisioning you can always select the mailbox manually when creating a userfolder
Subscribe
0 Comments
Oldest