Rebuild the Content Index for an Exchange Database

Within Exchange Powershell, change the Directory to the scripts directory of your Exchange Install Location.  Run either of the following commands to rebuild the content index for a single database or all databases on a single server:

.\resetsearchindex.ps1 -force <database>

or

.\resetsearchindex.ps1 -force -all