How to index and search files within a shared folder using Windows Server 2012 R2 and Windows 10

windows 10windows-server-2012-r2

I could not find anything useful on that topic, so I am once again turning to you.

I want to be able to search files on a shared folder using Windows 10. The shared folder is on a file server running Server 2012 R2.

  1. The shared folder should be indexed.
  2. The search must use an index (fast, cheap) and not search the file system (slow, expensive).
  3. The index must be made available by the server and not be created by the client (expensive if having many clients).
  4. Must work out-of-the-box or with Microsoft-Tools. No 3rd-Party applications.

I found information that I could add mapped drives to the indexed paths list, but mapped drives do not show up in the selection. Besides, it would violate #3.

I know about the Windows Search feature in Server 2012. I haven't found information on how to use it in cooperation with the clients.

How would I achieve that?

Best Answer

Install the Windows Search Index Service on the server. Then, in the Control Panel, open the Index Options, and and the file shares to the indexed locations.

This should do it.

Pascal

Related Topic