Exchange 2016 cannot remove database

Xavier Mustin

Administrator
Staff member
#1
Make sure you have moved the AuditLog mailbox (new in E2016) to new database before removing the default first database.

Check with this...

Code:
Get-Mailbox -Database DefaultFirstDBName -AuditLog
Move it using this...
Code:
Get-Mailbox -Database DefaultFistDBName -AuditLog | New-MoveRequest –TargetDatabase New-E2016-DBName
 
Haut