Exchange database's index folder recreate even the database removed from the organization.

Chong 871 Reputation points
2023-09-05T06:52:54.5233333+00:00

Hi,

One of the exchange DB is removed from the organization and the index folder was deleted already, but the index folder will auto recreate after restart the "Microsoft Exchange Search Host controller" services

I also tried to format the disk (E:), the whole folder path will be created automatically after restarted that service.

User's image

Any idea?

Chong

Exchange Exchange Server Other
Exchange Exchange Server Management
{count} votes

1 answer

Sort by: Most helpful
  1. Jarvis Sun-MSFT 10,231 Reputation points Microsoft External Staff
    2023-09-06T06:30:19.78+00:00

    Hi @Chong ,

    Thanks for posting in our Q&A forum.

    First of all, please check the removed DB status, use the cmdlets Get-MailboxDatabaseCopyStatus.

    If you want to stop Exchange database’s index folder from recreating even after the database has been removed from the organization, you can disable indexing for that mailbox database. To do so, use the following PowerShell command:

    Set-MailboxDatabase <DatabaseName> -IndexEnabled $False
    

    You can verify that indexing is disabled by running the following command:

    Get-MailboxDatabase <DatabaseName> | fl Name,IndexEnabled
    

    If there are any update, feel free to let us know.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". 

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.