Thursday, June 14, 2012

Errors with a dismounted database in Exchange 2010

If you keep a database dismounted in Exchange 2010 you can keep getting indexing errors in the application log. This is normal, but annoying. To remedy the situation drop to your shell and disable indexing on the dismounted database using the following cmdlet then restart the indexing service:

Set-MailboxDatabase "Database Name" -IndexEnabled $false

No comments:

Post a Comment