Getting Started with Indexing Service

I have seen your post blog. codinghorror . com/getting-started-with-indexing-service/ and others like w w w . iislogs. com /articles/W2k8R2IndexService/

Mindly notes:

Any script in C# or Powershell for check if Index Service is installed and running - listening? or

Any script in C# or Powershell for check if Provider=MSIDXS is installed ?

Any script in C# or Powershell for List the OLEDB providers available in the system ?

How install Microsoft OLE DB Provider for Index Server?
Provider=MSIDXS.1
C:\WINNT\System32\Query.dll

Microsoft OLE DB Provider for Microsoft Index Server and Microsoft Site Server Search
version 5.0.1781.3
msidxs.dll

http://www.opendll.com/index.php?file-download=msidxs.dll&arch=32bit&version=5.0.1781.3&dsc=Microsoft-OLE-DB-Provider-for-Microsoft-Index-Server-and-Microsoft-Site-

Server-Search

Downloading and installing Windows Search Server does not install the OLE DB provider. Neither does installing the Windows SDK. The provider is installed when the

Windows Search Service is installed.

On Win7/8 desktop OS, this is installed be default (I believe). On server Windows Server 2012, you have to enable the feature.

Microsoft OLE DB Provider for Microsoft Indexing Service is MSIDXS . Windows Search Server is the same Microsoft Indexing Service?

Windows Server 2008 r2 using Indexing Server ?
Windows Server 2012 r2 using Microsoft Search ?

Indexing Service is no longer supported as of Windows XP and is unavailable for use as of Windows 8. Instead, use Windows Search for client side search and Microsoft

Search Server Express for server side search.

Proveedor Microsoft OLE DB para servicios de Index Server
Provider=MSIDXS.1
C:\WINNT\System32\Query.dll

Thanks a lot.