Microsoft Exchange Server Search Index Rebuild
When an entire office can no longer search their emails due to lack of network connection (so the error message says), the Database Index may be corrupt.
In the Exchange Management Shell, run the following command:
If it shows failed, disabled, or some other negative status, the following steps will be required.
Stop these two services:
HostControllerService
MSExchangeFastSearch
Locate the Index Catalog
Could be on C:\, or it could be on another data drive.
The format of the directory will look like this:
C:\-\-\Mailbox Database 00657134726_Catalog\STRING OF NUMBERS.Number.Single
Rename this directory to .OLD
Restart the two services above
A new Index Catalog will be created and the database will start to index
It may take up to 24 hours for the Index Catalog to complete, sometimes less, sometimes longer. It is wholly dependent on the size of the database.
Use the PowerShell command at the top to check the status of the index.
Last updated