

Run the following command to disable indexing on that particular database. Indexing is enabled on database DB6-2016. If it shows Inde圎nabled False, it means that indexing is disabled. If it shows Inde圎nabled True, it means that indexing is enabled. C:\>Get-MailboxDatabase "DB6-2016" | Select-Object Name, Inde圎nabled | Format-Table -AutoSizeĭB6-2016 True C:\>Get-MailboxDatabase "DB1-2016" | Select-Object Name, Inde圎nabled | Format-Table -AutoSize Note: I want to show you how it looks when indexing is enabled or disabled. If you want to know the indexing status of a particular database, run the following command.
:max_bytes(150000):strip_icc()/D3A3eJTvs0-758e653d2c014e5c86d8c9db6153393d.png)
If it shows False, it means that indexing is disabled. It means that indexing is enabled on that database. The database DB6-2016 is showing as Inde圎nabled True. C:\>Get-MailboxDatabase | Select-Object Name, Inde圎nabled | Format-Table -AutoSize Run Exchange Management Shell as administrator. Enable search indexing on Exchange Server.Disable search indexing on Exchange Server.
