July 2017
Intermediate to advanced
648 pages
31h 9m
English
The process for managing mailbox databases is pretty straightforward. We'll start with creating a new mailbox database:
New-MailboxDatabase -Name DB4 `
-EdbFilePath E:\Databases\DB4\Database\DB4.edb `
-LogFolderPath E:\Databases\DB4\Logs `
-Server EX01
You can mount the database after it has been created using the Mount-Database cmdlet:
Mount-Database -Identity DB4
Set-MailboxDatabase -Identity DB4 -Name Database4
Remove-MailboxDatabase -Identity Database4 ...Read now
Unlock full access