пятница, 29 сентября 2017 г.

Move Catalog Data in Exchange 2010

Solution:
First we have to temporarely disable the indexing on the particular mailbox database. Then we stop the indexing service of Exchange so we can delete the remaining files. The last step is to enable the indexing again.

Actions: 
You can follow the next steps.
- Open the Exchange Management Shell and run the following command: 

Set-MailboxDatabase -Identity databasename -IndexEnabled $false
- Before moving / cleaning the catalog files, stop the service Microsoft Exchange Search Indexer
- Move the catalog files to the new database location or clean them up.
- Start the service Microsoft Exchange Search Indexer- Open the Exchange Management Shell and run the following command:
Set-MailboxDatabase -Identity databasename -IndexEnabled $true