Fixed error in OWA calls after Exchange Server 2010 SP1 installation. The steps you need to do for this are as follows,
First, let’s download this script
Repair-ExchangeSearchSymlinks.ps1
Then copy this script to the default script directory
C:Program FilesMicrosoftExchange Serverv14Scripts
We open the Exchange Manager Shell screen and go to the script directory.
and run the script we just downloaded. As you know, for such operations in powershell, we need to put a period and a “.” before the script name.
.Repair-ExchangeSearchSymlinks.ps1
then we reset the search index with the help of the following command
.ResetSearchIndex.ps1 -force
About this command For more information, you can check the link below.
http://technet.microsoft.com/en-us/library/aa995966(EXCHG.80).aspx
After this command, you will seeĀ Event ID 109 indicating that the index has been rebuilt and Event ID 110 indicating that it is over.