Enabling Windows Search on Windows Server 2008 R2

As with Windows Server 2008, Windows Search is included as part of the OS and can be installed through Server Manager or PowerShell. Unfortunately it is located in a not quite intuitive placeā€¦

To enable Windows Search on Windows Server 2008 R2 you must start the Add Roles wizard and then select File Services Role, on the Role Services page you will find Windows Search:

image

The Role Service File Server is selected by default, so if you only want Windows Search uncheck it.

To use PowerShell to install Windows Search run:

Add-WindowsFeature FS-Search-Service

(Remember to do ImportSystemModules first.)

One thought on “Enabling Windows Search on Windows Server 2008 R2”

  1. Import-Module servermanager
    Add-windowsfeature FS-Search-Service

    how do i change with powershell the default ‘index location’, which is ‘C:ProgramDataMicrosoft’ ?

Leave a Reply to Jurgen Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.